Skip to content

Commit 568507a

Browse files
committed
Change GHC flags
Ignore-this: d1cf452e8fa8ece502a3e0737a03c909 darcs-hash:20110826211549-cef97-3fc62a2419fd097c648ce1efc65ab6d05c457e83.gz
1 parent d567c05 commit 568507a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pureMD5.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pureMD5
2-
version: 2.1.0.2
2+
version: 2.1.1
33
license: BSD3
44
license-file: LICENSE
55
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
@@ -19,8 +19,8 @@ flag test
1919
default: False
2020

2121
Library
22-
Build-Depends: base == 4.*, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0, cereal >= 0.2 && < 0.4, crypto-api, tagged
23-
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
22+
Build-Depends: base == 4.*, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0, cereal >= 0.2 && < 0.4, crypto-api, tagged, vector
23+
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields -fllvm -optlc-O=3 -optlo-inline -optlo-std-compile-opts
2424
hs-source-dirs:
2525
exposed-modules: Data.Digest.Pure.MD5
2626
if arch(i386) || arch(x86_64)

0 commit comments

Comments
 (0)