From 5ff652a0a9548d32cd5d143f290f2ad11e8f746c Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Tue, 14 May 2024 02:33:38 +0100 Subject: [PATCH] Build with ghc 9.6 --- cli-extras.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cli-extras.cabal b/cli-extras.cabal index 65b6185..18ba1c6 100644 --- a/cli-extras.cabal +++ b/cli-extras.cabal @@ -38,23 +38,23 @@ library default-language: Haskell2010 ghc-options: -Wall -fobject-code build-depends: - aeson >=1.4.4.0 && <2.1 + aeson >=1.4.4.0 && <2.3 , ansi-terminal >=0.9.1 && <0.12 - , base >=4.12.0.0 && <4.17 + , base >=4.12.0.0 && <4.19 , bytestring >=0.10.8.2 && <0.12 , containers >=0.6.0.1 && <0.7 , exceptions >=0.10.3 && <0.11 , io-streams >=1.5.1.0 && <1.6 - , lens >=4.17.1 && <5.2 - , logging-effect >=1.3.4 && <1.4 + , lens >=4.17.1 && <5.4 + , logging-effect >=1.3.4 && <1.5 , monad-logger >=0.3.30 && <0.4 , monad-loops >=0.4.3 && <0.5 - , mtl >=2.2.2 && <2.3 + , mtl >=2.2.2 && <2.4 , process >=1.6.5.0 && <1.7 , terminal-size >=0.3.2.1 && <0.4 , text >=1.2.3.1 && <1.3 , time >=1.8.0.2 && <1.12 - , transformers >=0.5.6.2 && <0.6 + , transformers >=0.5.6.2 && <0.7 , which >=0.1 && <0.3 , utf8-string >=1.0.1 && <1.1 , shell-escape >=0.2.0 && <0.3