summaryrefslogtreecommitdiff
path: root/p/haskell-cipher-aes/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-12 21:32:59 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-12 22:15:07 +0200
commit14f25aa999a39fc86ff594160c1c50e88df683fa (patch)
treed025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-cipher-aes/debian/control
parent9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff)
downloadDHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-cipher-aes/debian/control')
-rw-r--r--p/haskell-cipher-aes/debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/p/haskell-cipher-aes/debian/control b/p/haskell-cipher-aes/debian/control
index 7e6ba7870..89ae85293 100644
--- a/p/haskell-cipher-aes/debian/control
+++ b/p/haskell-cipher-aes/debian/control
@@ -4,27 +4,27 @@ Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
- cdbs,
haskell-devscripts (>= 0.9),
+ cdbs,
ghc,
ghc-prof,
libghc-byteable-dev,
libghc-byteable-prof,
- libghc-securemem-dev (>= 0.1.2),
- libghc-securemem-prof,
libghc-crypto-cipher-types-dev (>= 0.0.6),
libghc-crypto-cipher-types-dev (<< 0.1),
libghc-crypto-cipher-types-prof,
- libghc-crypto-cipher-tests-dev (>> 0.0.8),
- libghc-quickcheck2-dev,
+ libghc-securemem-dev (>= 0.1.2),
+ libghc-securemem-prof,
+ libghc-quickcheck2-dev (>= 2),
+ libghc-crypto-cipher-tests-dev (>= 0.0.8),
libghc-test-framework-dev (>= 0.3.3),
libghc-test-framework-quickcheck2-dev (>= 0.2.9),
Build-Depends-Indep: ghc-doc,
- libghc-crypto-cipher-types-doc,
libghc-byteable-doc,
+ libghc-crypto-cipher-types-doc,
libghc-securemem-doc,
Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/cipher-aes
+Homepage: https://github.com/vincenthz/hs-cipher-aes
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes
X-Description: Fast AES cipher implementation