-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcabal2arch.cabal
More file actions
43 lines (39 loc) · 1.16 KB
/
cabal2arch.cabal
File metadata and controls
43 lines (39 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: cabal2arch
version: 1.2
homepage: http://github.com/archhaskell/
synopsis: Create Arch Linux packages from Cabal packages.
description: Create Arch Linux packages from Cabal packages.
category: Distribution
license: BSD3
license-file: LICENSE
author: Don Stewart <dons@galois.com>,
Matthew William Cox <matt@mattcox.ca>,
Adam Vogt <vogt.adam@gmail.com>,
Asgaroth <asgaroth_@gmx.de>,
Rémy Oudompheng <remyoudompheng@gmail.com>,
Magnus Therning <magnus@therning.org>,
Peter Simons <simons@cryp.to>
maintainer: ArchHaskell Team <arch-haskell@haskell.org>
cabal-version: >= 1.6
build-type: Simple
data-files: data/*.txt
source-repository head
type: git
location: git://github.com/archhaskell/cabal2arch.git
executable cabal2arch
main-is: Main.hs
ghc-options: -Wall
build-depends:
base >= 4 && <= 6,
pretty,
process,
directory,
containers,
bytestring,
Cabal > 1.8,
filepath,
mtl,
archlinux >= 1 && < 2,
cmdargs
other-modules:
Cabal2Arch.Util