Skip to content

Commit

Permalink
Build with ghc 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed May 14, 2024
1 parent 326b800 commit 5ff652a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff652a

Please # to comment.