Cabal revisions of pureMD5-2.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: pureMD5-version: 2.1.2-license: BSD3-license-file: LICENSE-author: Thomas DuBuisson <thomas.dubuisson@gmail.com>-maintainer: Thomas DuBuisson-description: A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports- the crypto-api class interface.-synopsis: A Haskell-only implementation of the MD5 digest (hash) algorithm.-category: Data, Cryptography-stability: stable-build-type: Simple-cabal-version: >= 1.6-tested-with: GHC == 6.12.1-extra-source-files: Test/MD5.hs--flag test- description: Build a test program- default: False--Library- Build-Depends: base == 4.*, bytestring >= 0.9, binary >= 0.4.0, cereal >= 0.2, crypto-api, tagged- ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields -fllvm -optlc-O=3 -optlo-inline -optlo-std-compile-opts- hs-source-dirs:- exposed-modules: Data.Digest.Pure.MD5- if arch(i386) || arch(x86_64)- cpp-options: -DFastWordExtract--source-repository head- type: git- location: https://github.com/TomMD/pureMD5+name: pureMD5 +version: 2.1.2 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Thomas DuBuisson <thomas.dubuisson@gmail.com> +maintainer: Thomas DuBuisson +description: A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports + the crypto-api class interface. +synopsis: A Haskell-only implementation of the MD5 digest (hash) algorithm. +category: Data, Cryptography +stability: stable +build-type: Simple +cabal-version: >= 1.6 +tested-with: GHC == 6.12.1 +extra-source-files: Test/MD5.hs + +flag test + description: Build a test program + default: False + +Library + Build-Depends: base < 0, bytestring >= 0.9, binary >= 0.4.0, cereal >= 0.2, crypto-api, tagged + ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields -fllvm -optlc-O=3 -optlo-inline -optlo-std-compile-opts + hs-source-dirs: + exposed-modules: Data.Digest.Pure.MD5 + if arch(i386) || arch(x86_64) + cpp-options: -DFastWordExtract + +source-repository head + type: git + location: https://github.com/TomMD/pureMD5