Cabal revisions of DRBG-0.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: DRBG version: 0.3.2+x-revision: 1 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com> default: False Library- Build-Depends: base >= 4.0 && < 5, cereal >= 0.2,+ Build-Depends: base >= 4.0 && < 5, cereal >= 0.2 && < 0.5, bytestring, prettyclass, tagged >= 0.2, crypto-api >= 0.12, cryptohash-cryptoapi >= 0.1, parallel, mtl >= 2.0, cipher-aes128, entropy buildable: False main-is: Test/KAT.hs if flag(test)- build-depends: base, QuickCheck, crypto-api, bytestring, binary, cereal, cryptohash-cryptoapi, crypto-api-tests, HUnit, test-framework, test-framework-hunit+ build-depends: base, QuickCheck, crypto-api, bytestring, binary, cereal < 0.5, cryptohash-cryptoapi, crypto-api-tests, HUnit, test-framework, test-framework-hunit other-modules: Paths_DRBG source-repository head