Skip to content
Snippets Groups Projects
Commit ddd47474 authored by emertens's avatar emertens
Browse files

Relax base bound

Fixes #23
parent 58f5636d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ source-repository head
library
Ghc-options: -W -O2
build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9
build-depends: base >= 4.3 && < 5, bytestring >= 0.9
Exposed-modules: Codec.Binary.UTF8.String
Codec.Binary.UTF8.Generic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment