Skip to content
Snippets Groups Projects
Commit d6df895b authored by meooow's avatar meooow
Browse files

Allow containers-0.8 and text <2.2

parent 8c807459
No related branches found
No related tags found
1 merge request!45Allow containers-0.8 and text <2.2
Pipeline #107685 passed
......@@ -58,11 +58,11 @@ executable hpc
deepseq >= 1.4.4 && < 1.6,
directory >= 1 && < 1.4,
filepath >= 1 && < 1.6,
containers >= 0.1 && < 0.8,
containers >= 0.1 && < 0.9,
array >= 0.1 && < 0.6,
hpc >= 0.6.2 && < 0.8,
lucid2 ^>= 0.0.20240424,
text ^>= 2.0
text >= 2.0 && < 2.2
if flag(build-tool-depends)
build-tool-depends: happy:happy >= 1.20.0
......@@ -90,11 +90,11 @@ test-suite hpc-test
build-depends:
base >= 4 && < 5
, directory >= 1 && < 1.4
, filepath >= 1 && < 1.5
, filepath >= 1 && < 1.6
, process ^>= 1.6
, tasty ^>= 1.4
, tasty-golden ^>= 2.3
, tasty-hunit ^>= 0.10
, text ^>= 2.0
, text >= 2.0 && < 2.2
, utf8-string ^>= 1.0
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