Skip to content

Commit c3c5380

Browse files
committed
Update build deps
1 parent 568507a commit c3c5380

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pureMD5.cabal

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pureMD5
2-
version: 2.1.1
2+
version: 2.1.2
33
license: BSD3
44
license-file: LICENSE
55
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
@@ -19,7 +19,7 @@ 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, vector
22+
Build-Depends: base == 4.*, bytestring >= 0.9, binary >= 0.4.0, cereal >= 0.2, crypto-api, tagged
2323
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
@@ -32,3 +32,7 @@ Executable md5Test
3232
Build-Depends: base, QuickCheck, crypto-api, bytestring, cereal
3333
if !flag(test)
3434
buildable: False
35+
36+
source-repository head
37+
type: git
38+
location: https://github.com/TomMD/pureMD5

0 commit comments

Comments
 (0)