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

Bump base bounds

parent 7ffecc81
No related branches found
No related tags found
No related merge requests found
Pipeline #92629 passed
......@@ -16,7 +16,7 @@ library
exposed-modules: Measurements
ghc-options: -Wall
hs-source-dirs: src
build-depends: base >=4.5 && <4.19,
build-depends: base >=4.5 && <4.21,
aeson,
these >= 0.8,
containers,
......@@ -42,7 +42,7 @@ executable nofib-run
, DeriveDataTypeable
, BangPatterns
, ScopedTypeVariables
build-depends: base >=4.5 && <4.19,
build-depends: base,
time >=1.4 && <1.10,
containers,
bytestring,
......@@ -62,7 +62,7 @@ executable nofib-compare
ghc-options: -Wall
other-modules: LabelMatch
other-extensions: RecordWildCards, DeriveDataTypeable
build-depends: base >=4.5 && <4.19,
build-depends: base,
these,
containers,
directory,
......@@ -81,7 +81,7 @@ executable nofib-compare
executable nofib-merge
main-is: Merge.hs
ghc-options: -Wall
build-depends: base >=4.5 && <4.19,
build-depends: base,
optparse-applicative,
cassava,
bytestring,
......
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