Skip to content

Commit d567c05

Browse files
committed
Remove crypto-api bound - it really is overkill
Ignore-this: 81de1e9ce4b2796f64be70326262b184 darcs-hash:20101031225934-cef97-dae88f73c66c8d83a6fa0962130b74770b8a3588.gz
1 parent ba3ca37 commit d567c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pureMD5.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 < 0.2, tagged
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
2323
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
2424
hs-source-dirs:
2525
exposed-modules: Data.Digest.Pure.MD5

0 commit comments

Comments
 (0)