Skip to content
Snippets Groups Projects
Unverified Commit 10ce06aa authored by Ben Gamari's avatar Ben Gamari :turtle: Committed by GitHub
Browse files

Merge pull request #293 from bgamari/ghc-9.8

Bump base bound to <4.20
parents f94c1c7c 4fb076dc
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,10 @@ library
ghc-options: -Wall
build-depends: base >= 4.10 && < 4.19,
build-depends: base >= 4.10 && < 4.20,
directory >= 1.1 && < 1.4,
filepath >= 1.2 && < 1.5,
deepseq >= 1.1 && < 1.5
deepseq >= 1.1 && < 1.6
test-suite test
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