From b00622fa305c3456d96e8ffd0692437c264703de Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 9 Jan 2024 17:21:28 +0100 Subject: [PATCH] Bump lower bound of `base` to >= 4.13 This lower bound is already implicit by the lower bound of `hpack`. --- package.yaml | 2 +- pantry.cabal | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.yaml b/package.yaml index 7dabd7b0..aee124e9 100644 --- a/package.yaml +++ b/package.yaml @@ -24,7 +24,7 @@ flags: manual: false dependencies: -- base >= 4.10 && < 5 +- base >= 4.13 && < 5 - aeson - aeson-warning-parser >= 0.1.1 - ansi-terminal diff --git a/pantry.cabal b/pantry.cabal index 5f9af631..a7308298 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -58,7 +58,7 @@ library , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal - , base >=4.10 && <5 + , base >=4.13 && <5 , bytestring , casa-client >=0.0.2 , casa-types @@ -137,7 +137,7 @@ library internal , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal - , base >=4.10 && <5 + , base >=4.13 && <5 , bytestring , casa-client >=0.0.2 , casa-types @@ -201,7 +201,7 @@ executable test-pretty-exceptions , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal - , base >=4.10 && <5 + , base >=4.13 && <5 , bytestring , casa-client >=0.0.2 , casa-types @@ -298,7 +298,7 @@ test-suite spec , aeson , aeson-warning-parser >=0.1.1 , ansi-terminal - , base >=4.10 && <5 + , base >=4.13 && <5 , bytestring , casa-client >=0.0.2 , casa-types