Skip to content

Commit

Permalink
Reduce base lower bound for ghc8107
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Jun 26, 2023
1 parent 00507eb commit ae638d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monoidal-functors.cabal
@@ -1,4 +1,4 @@
cabal-version: 2.4
cabal-version: 3.4
name: monoidal-functors
category: Control, Categories
version: 0.2.1.0
Expand Down Expand Up @@ -47,7 +47,7 @@ common common-extensions
library
import: common-extensions
build-depends:
base >= 4.16.3 && < 4.17,
base >= 4.12 && < 4.17,
bifunctors >= 5.6.1 && < 5.7,
tagged >= 0.8.7 && < 0.9,
transformers >= 0.5.6 && <= 0.6.1.0,
Expand Down

0 comments on commit ae638d7

Please sign in to comment.