Skip to content
Snippets Groups Projects
Commit cc7b92f0 authored by Gergo Erdi's avatar Gergo Erdi
Browse files

Relax upper bounds so we can build with GHC 9.10

parent 50d520bf
No related branches found
No related tags found
No related merge requests found
Pipeline #106871 failed
......@@ -34,10 +34,10 @@ Library
Trace.Hpc.Reflect
Build-Depends:
base >= 4.12 && < 4.20,
containers >= 0.4.1 && < 0.7,
base >= 4.12 && < 4.21,
containers >= 0.4.1 && < 0.8,
deepseq >= 1.1 && < 1.6,
directory >= 1.1 && < 1.4,
filepath >= 1 && < 1.5,
filepath >= 1 && < 1.6,
time >= 1.2 && < 1.13
ghc-options: -Wall
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