pureMD5 2.1.2 → 2.1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- pureMD5.cabal +2/−2
pureMD5.cabal view
@@ -1,5 +1,5 @@ name: pureMD5-version: 2.1.2+version: 2.1.2.1 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -20,7 +20,7 @@ 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+ ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -funbox-strict-fields hs-source-dirs: exposed-modules: Data.Digest.Pure.MD5 if arch(i386) || arch(x86_64)