-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy patharchlinux.cabal
More file actions
40 lines (37 loc) · 1.27 KB
/
archlinux.cabal
File metadata and controls
40 lines (37 loc) · 1.27 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
name: archlinux
version: 1.3
license: BSD3
license-file: LICENSE
author: Don Stewart <dons@galois.com>,
Rémy Oudompheng <remyoudompheng@gmail.com>,
Peter Simons <simons@cryp.to>,
Magnus Therning <magnus@therning.org>,
Linus Arver <linusarver@gmail.com>
maintainer: ArchHaskell Team <arch-haskell@haskell.org>
homepage: http://github.com/archhaskell/
category: Distribution
synopsis: Support for working with Arch Linux packages.
description: Support for working with Arch Linux packages.
See also the cabal2arch tool <http://hackage.haskell.org/package/cabal2arch>
for conversion between Hackage and AUR.
build-type: Simple
stability: stable
cabal-version: >= 1.8
source-repository head
type: git
location: git://github.com/archhaskell/archlinux.git
library
ghc-Options: -Wall
build-depends:
base >= 4 && < 6,
Cabal >= 1.6,
pretty,
containers,
directory,
filepath
exposed-modules:
Distribution.ArchLinux.PkgBuild
Distribution.ArchLinux.SrcRepo
Distribution.ArchLinux.CabalTranslation
Distribution.ArchLinux.SystemProvides
Distribution.ArchLinux.HackageTranslation