Skip to content
Snippets Groups Projects
Commit eb800fe7 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump deepseq bound to allow 1.5

parent b376045c
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ executable hpc
autogen-modules: Paths_hpc_bin
build-depends: base >= 4 && < 5,
deepseq >= 1.4.4 && < 1.5,
deepseq >= 1.4.4 && < 1.6,
directory >= 1 && < 1.4,
filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.7,
......@@ -74,4 +74,4 @@ test-suite hpc-test
, tasty-hunit
, text
, utf8-string
default-language: Haskell2010
\ No newline at end of file
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