forked from neilmayhew/RepoExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRepoExplorer.cabal
More file actions
51 lines (49 loc) · 1.29 KB
/
RepoExplorer.cabal
File metadata and controls
51 lines (49 loc) · 1.29 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
name: RepoExplorer
version: 0.5.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: 2010-2016 Neil Mayhew
maintainer: Neil Mayhew <neil_mayhew@users.sourceforge.net>
synopsis: A set of utilities for exploring Debian package repositories
description:
The following utilities are available:
.
* RepoList
* DependencyRoots
.
Further utilities will be added later.
category: Debian
author: Neil Mayhew
executable RepoList
main-is: RepoList.hs
buildable: True
default-language: Haskell2010
other-extensions: DeriveDataTypeable
build-depends:
base -any,
MissingH -any,
cmdargs -any,
debian -any,
parsec >=2.1.0.1 && <3.2,
bytestring >=0.9.1.7 && <0.11,
filepath >=1.1.0.4 && <1.5,
directory >=1.0.1.1 && <1.3,
unix >=2.4.0.2 && <2.8,
zlib >=0.5.2.0 && <0.7,
cryptohash -any,
download-curl -any
executable DependencyRoots
main-is: DependencyRoots.hs
buildable: True
default-language: Haskell2010
other-extensions: DeriveDataTypeable
build-depends:
base -any,
MissingH -any,
cmdargs -any,
debian -any,
fgl >=5.4 && <5.6,
containers >=0.4 && <0.6,
bytestring >=0.9.1.7 && <0.11