packages feed

pureMD5-1.1.0.0: pureMD5.cabal

name:		pureMD5
version:	1.1.0.0
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.6
tested-with:	GHC == 6.10.1
extra-source-files: Test/MD5.hs Test/md5test.hs

Library
  Build-Depends: base == 4.*, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0, cereal >= 0.2
  ghc-options:	-O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
  hs-source-dirs:
  exposed-modules: Data.Digest.Pure.MD5