Skip to content

Commit

Permalink
Fix compilation with GHC 9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Dec 17, 2024
1 parent f17d2a5 commit c6cba04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion effectful-plugin/effectful-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library
build-depends: base >= 4.14 && < 5
, effectful-core >= 1.0.0.0 && < 3.0.0.0
, containers >= 0.5
, ghc >= 8.10 && < 9.11
, ghc >= 8.10 && < 9.13

if impl(ghc < 9.4)
build-depends: ghc-tcplugins-extra >= 0.3 && < 0.5
Expand Down
2 changes: 1 addition & 1 deletion effectful-th/effectful-th.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
, containers >= 0.6
, effectful-core >= 1.0.0.0 && < 3.0.0.0
, exceptions >= 0.10.4
, template-haskell >= 2.16 && < 2.23
, template-haskell >= 2.16 && < 2.24
, th-abstraction >= 0.6 && < 0.8

hs-source-dirs: src
Expand Down

0 comments on commit c6cba04

Please sign in to comment.