Cabal revisions of crypto-api-0.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: crypto-api version: 0.0.0.1+x-revision: 1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisosn@gmail.com> flag alg-tests description: Include Test.Crypto module for testing hash and cipher instances- default: True+ default: False flag benchmarks description: Include benchmarking tools for cryptographic operations default: False Library- Build-Depends: base == 4.*,+ Build-Depends: base >= 4 && < 4.4, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && <0.6.0, cereal >= 0.2 && <0.3, tagged == 0.1.*, random >= 1 && < 2,- filepath >= 1.1+ filepath >= 1.1 && < 1.2 ghc-options: -O2 hs-source-dirs: exposed-modules: Crypto.Classes, Crypto.Types, Crypto.HMAC, Data.LargeWord, Crypto.Modes, System.Crypto.Random, Crypto.Random