Last active
April 1, 2021 13:04
-
-
Save LightAndLight/da87cc21eb62e0478f2184b1cb4b074a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/cryptohash-sha1.cabal | |
+++ b/cryptohash-sha1.cabal | |
@@ -66,7 +66,7 @@ | |
library | |
default-language: Haskell2010 | |
- build-depends: base >= 4.5 && < 4.15 | |
+ build-depends: base >= 4.5 && < 5 | |
, bytestring >= 0.9.2 && < 0.11 | |
hs-source-dirs: src | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment