Skip to content

Commit

Permalink
Make it build with ghc 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 21, 2024
1 parent 931b000 commit 4d64808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monoidal-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ library

build-depends:
aeson >=1.0 && <2.3
, base >=4.7 && <4.20
, base >=4.7 && <4.21
, containers >=0.5.9 && <0.8
, deepseq >=1.3 && <1.6
, hashable >=1.2 && <1.5
, lens >=4.4 && <5.3
, lens >=4.4 && <5.4
, newtype >=0.2 && <0.3
, unordered-containers >=0.2 && <0.3
, witherable >=0.4 && <0.5
, witherable >=0.4 && <0.6

if flag(split-these)
build-depends:
Expand Down

0 comments on commit 4d64808

Please sign in to comment.