From 274cc3f7479431e3a52c78840b3daee887e0414f Mon Sep 17 00:00:00 2001
From: Andreas Klebinger <klebinger.andreas@gmx.at>
Date: Thu, 9 Feb 2023 13:22:07 +0100
Subject: [PATCH] Bump base bounds

---
 shake/nofib-run.cabal | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/shake/nofib-run.cabal b/shake/nofib-run.cabal
index be70452a..d310b0dd 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.17,
+  build-depends:       base >=4.5 && <4.19,
                        aeson,
                        these >= 0.8,
                        containers,
@@ -42,7 +42,7 @@ executable nofib-run
     , DeriveDataTypeable
     , BangPatterns
     , ScopedTypeVariables
-  build-depends:       base >=4.5 && <4.17,
+  build-depends:       base >=4.5 && <4.19,
                        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.17,
+  build-depends:       base >=4.5 && <4.19,
                        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.17,
+  build-depends:       base >=4.5 && <4.19,
                        optparse-applicative,
                        cassava,
                        bytestring,
-- 
GitLab