-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcabal2arch.cabal
43 lines (39 loc) · 1.16 KB
/
cabal2arch.cabal
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 <[email protected]>,
Matthew William Cox <[email protected]>,
Adam Vogt <[email protected]>,
Asgaroth <[email protected]>,
Rémy Oudompheng <[email protected]>,
Magnus Therning <[email protected]>,
Peter Simons <[email protected]>
maintainer: ArchHaskell Team <[email protected]>
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