Skip to content
Snippets Groups Projects

Update base bounds for the shake runner.

Merged Andreas Klebinger requested to merge Bump-nofib-shake-bounds into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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.15,
build-depends: base >=4.5 && <4.16,
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.15,
build-depends: base >=4.5 && <4.16,
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.15,
build-depends: base >=4.5 && <4.16,
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.15,
build-depends: base >=4.5 && <4.16,
optparse-applicative,
optparse-applicative,
cassava,
cassava,
bytestring,
bytestring,
Loading