-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathalpm.cabal
More file actions
77 lines (60 loc) · 1.59 KB
/
alpm.cabal
File metadata and controls
77 lines (60 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Name: alpm
Version: 0.0
Stability: Alpha
Synopsis: Bindings for the Arch Linux Package Management library.
Description: Bindings for the Arch Linux Package Management library.
License: GPL
License-File: LICENSE
Build-Type: Simple
Cabal-Version: >=1.10
Author: Andreas Baldeau,
Daniel Ehlers
Maintainer: Andreas Baldeau <andreas@baldeau.net>,
Daniel Ehlers <danielehlers@mindeye.net>
Homepage: http://github.com/toppoint/haskell-alpm
Bug-Reports: http://github.com/toppoint/haskell-alpm/issues
Category: Distribution
Tested-With: GHC == 7.0.2
Extra-Source-Files:
README
Source-Repository head
Type: git
Location: git://github.com/toppoint/haskell-alpm
Test-Suite Tests
Type:
exitcode-stdio-1.0
Default-Language:
Haskell2010
Main-Is:
Tests.hs
Hs-Source-Dirs:
tests
Build-Depends:
alpm,
base >= 4 && < 5,
mtl == 2.0.*,
HUnit == 1.2.*,
HTF == 0.8.*
Ghc-Options:
-Wall
Library
Hs-Source-Dirs:
src
Default-Language:
Haskell2010
Build-Depends:
base == 4.*,
mtl == 2.0.*
Build-Tools:
c2hs >= 0.16.3 && < 0.17
Ghc-Options:
-Wall
Exposed-Modules:
Distribution.ArchLinux.ALPM
Other-Modules:
Distribution.ArchLinux.ALPM.Internal.Types
Distribution.ArchLinux.ALPM.Internal.Monad
Distribution.ArchLinux.ALPM.Internal.List
Distribution.ArchLinux.ALPM.Internal.Core
Extra-Libraries:
alpm