Skip to content
Snippets Groups Projects
Commit 289f394a authored by Ryan Scott's avatar Ryan Scott
Browse files

Bring dependencies up to date

parent 6b70ee7e
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.10, bytestring >= 0.9
build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9
Exposed-modules: Codec.Binary.UTF8.String
Codec.Binary.UTF8.Generic
......@@ -37,5 +37,5 @@ library
test-suite unit-tests
type: exitcode-stdio-1.0
main-is: tests/Tests.hs
build-depends: base, HUnit >= 1.3 && < 1.4
build-depends: base, HUnit >= 1.3 && < 1.7
default-language: Haskell2010
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