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

Merge pull request #55 from bgamari/ghc-9.8

Bump base bound to <4.20
parents cb8a801a 4d26c55f
Branches master
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ Library
other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
if impl(ghc>=7.3)
other-extensions: Safe, Trustworthy
build-depends: base >= 4.9 && < 4.19
build-depends: base >= 4.9 && < 4.20
ghc-options: -Wall
exposed-modules:
System.Console.Terminfo
......
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