Cabal revisions of pureMD5-1.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: pureMD5-version: 1.0.0.1-license: BSD3-license-file: LICENSE-author: Thomas DuBuisson <thomas.dubuisson@gmail.com>-maintainer: Thomas DuBuisson-description: An unrolled implementation of MD5 purely in Haskell.-synopsis: MD5 implementations that should become part of a ByteString Crypto package.-category: Data, Cryptography-stability: stable-build-type: Simple-cabal-version: >= 1.2-tested-with: GHC == 6.10.1-extra-source-files: Test/MD5.hs Test/md5test.hs--Flag small_base- Description: Choose the split-up base package.--Library- if flag(small_base)- Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0- else- Build-Depends: base >= 3, bytestring, binary >= 0.4.0 && < 0.6.0- hs-source-dirs:- exposed-modules: Data.Digest.Pure.MD5- ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields+name: pureMD5 +version: 1.0.0.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Thomas DuBuisson <thomas.dubuisson@gmail.com> +maintainer: Thomas DuBuisson +description: An unrolled implementation of MD5 purely in Haskell. +synopsis: MD5 implementations that should become part of a ByteString Crypto package. +category: Data, Cryptography +stability: stable +build-type: Simple +cabal-version: >= 1.2 +tested-with: GHC == 6.10.1 +extra-source-files: Test/MD5.hs Test/md5test.hs + +Flag small_base + Description: Choose the split-up base package. + +Library + if flag(small_base) + Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0 + else + Build-Depends: base >= 3, bytestring < 0.11, binary >= 0.4.0 && < 0.6.0 + hs-source-dirs: + exposed-modules: Data.Digest.Pure.MD5 + ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields