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

Bump base upper bound

parent 27e69468
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ Library ...@@ -28,7 +28,7 @@ Library
other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables
if impl(ghc>=7.3) if impl(ghc>=7.3)
other-extensions: Safe, Trustworthy other-extensions: Safe, Trustworthy
build-depends: base >= 4.9 && < 4.15 build-depends: base >= 4.9 && < 4.16
ghc-options: -Wall ghc-options: -Wall
exposed-modules: exposed-modules:
System.Console.Terminfo 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