Skip to content
Snippets Groups Projects
Commit 274cc3f7 authored by Andreas Klebinger's avatar Andreas Klebinger
Browse files

Bump base bounds

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