Skip to content

Commit

Permalink
Support effectful 2.3 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored Nov 4, 2023
1 parent db6fa06 commit d296ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg-transact-effectful.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extra-source-files:
README.md

tested-with:
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==9.6.2
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.2

source-repository head
type: git
Expand Down Expand Up @@ -55,7 +55,7 @@ library
build-depends:
, base <4.19.0
, deepseq
, effectful-core ^>=2.2
, effectful-core ^>=2.3
, mtl
, pg-transact
, postgresql-simple
Expand Down

0 comments on commit d296ec5

Please sign in to comment.