revise .cabal

This commit is contained in:
Jens Petersen 2021-08-04 22:29:11 +08:00
parent f31bde29ef
commit 86c5fa460e

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10 cabal-version: >=1.10
name: cryptohash-md5 name: cryptohash-md5
version: 0.11.100.1 version: 0.11.100.1
x-revision: 5 x-revision: 6
synopsis: Fast, pure and practical MD5 implementation synopsis: Fast, pure and practical MD5 implementation
description: { description: {
@ -61,7 +61,7 @@ source-repository head
library library
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >= 4.5 && < 4.15 build-depends: base >= 4.5 && < 4.16
, bytestring >= 0.9.2 && < 0.11 , bytestring >= 0.9.2 && < 0.11
hs-source-dirs: src hs-source-dirs: src