diff options
Diffstat (limited to 'p/haskell-crypto-cipher-tests')
| -rw-r--r-- | p/haskell-crypto-cipher-tests/debian/control | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/p/haskell-crypto-cipher-tests/debian/control b/p/haskell-crypto-cipher-tests/debian/control index 976f9ef40..6b4fdbd4e 100644 --- a/p/haskell-crypto-cipher-tests/debian/control +++ b/p/haskell-crypto-cipher-tests/debian/control @@ -4,43 +4,45 @@ Uploaders: Joachim Breitner <nomeata@debian.org> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, - libghc-quickcheck2-dev (>> 2), - libghc-quickcheck2-prof, - libghc-mtl-dev, - libghc-mtl-prof, libghc-hunit-dev, libghc-hunit-prof, - libghc-test-framework-dev, - libghc-test-framework-prof, - libghc-test-framework-quickcheck2-dev, - libghc-test-framework-quickcheck2-prof, - libghc-test-framework-hunit-dev, - libghc-test-framework-hunit-prof, + libghc-quickcheck2-dev (>= 2), + libghc-quickcheck2-prof, libghc-byteable-dev (>= 0.1.1), libghc-byteable-dev (<< 0.2), libghc-byteable-prof, - libghc-securemem-dev (>= 0.1.1), - libghc-securemem-dev (<< 0.2), - libghc-securemem-prof, libghc-crypto-cipher-types-dev (>= 0.0.8), libghc-crypto-cipher-types-dev (<< 0.1), libghc-crypto-cipher-types-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-securemem-dev (>= 0.1.1), + libghc-securemem-dev (<< 0.2), + libghc-securemem-prof, + libghc-test-framework-dev, + libghc-test-framework-prof, + libghc-test-framework-hunit-dev, + libghc-test-framework-hunit-prof, + libghc-test-framework-quickcheck2-dev, + libghc-test-framework-quickcheck2-prof, + libghc-byteable-dev, + libghc-crypto-cipher-types-dev, Build-Depends-Indep: ghc-doc, + libghc-hunit-doc, libghc-quickcheck2-doc, + libghc-byteable-doc, + libghc-crypto-cipher-types-doc, libghc-mtl-doc, - libghc-hunit-doc, + libghc-securemem-doc, libghc-test-framework-doc, - libghc-test-framework-quickcheck2-doc, libghc-test-framework-hunit-doc, - libghc-byteable-doc, - libghc-securemem-doc, - libghc-crypto-cipher-types-doc, + libghc-test-framework-quickcheck2-doc, Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/crypto-cipher-tests +Homepage: http://github.com/vincenthz/hs-crypto-cipher Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-crypto-cipher-tests Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-crypto-cipher-tests X-Description: Generic cryptography cipher tests |
