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 eed93d0 commit d011672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
base >=4.12 && <4.15
base >=4.12 && <4.19
, cli-extras >=0.2 && <0.3
, data-default >=0.7.1.1 && <0.8
, exceptions >=0.10.3 && <0.11
, lens >=4.17.1 && <4.20
, logging-effect >=1.3.4 && <1.4
, mtl >=2.2.2 && <2.3
, lens >=4.17.1 && <5.4
, logging-effect >=1.3.4 && <1.5
, mtl >=2.2.2 && <2.4
, text >=1.2.3.1 && <1.3
, which >=0.2 && <0.3
ghc-options: -Wall
Expand Down

0 comments on commit d011672

Please sign in to comment.