From bec4444656aad107c5df8f9805205668d06599f1 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 23 Sep 2017 12:17:53 +0200 Subject: [PATCH] fix dependency on base --- cryptohash-md5.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptohash-md5.cabal b/cryptohash-md5.cabal index 9e8eed6..7be933b 100644 --- a/cryptohash-md5.cabal +++ b/cryptohash-md5.cabal @@ -41,7 +41,7 @@ source-repository head library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.10 + build-depends: base >= 4.5 , bytestring >= 0.9.2 && < 0.11 hs-source-dirs: src -- 2.14.1 .