diff --git a/shake/nofib-run.cabal b/shake/nofib-run.cabal index d310b0dd3cb3d31f148dd3cef793a673f59a3f0f..217545197c8c91b7d669363467ef55b4475479e4 100644 --- a/shake/nofib-run.cabal +++ b/shake/nofib-run.cabal @@ -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,