Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GHC 9.8.1 #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pg-transact-effectful.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: pg-transact-effectful
version: 0.0.1.0
version: 0.0.1.1
homepage: https://github.com/kleidukos/pg-transact-effectful/
bug-reports: https://github.com/kleidukos/pg-transact-effectful/issues
author: Hécate Moonlight
Expand All @@ -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 ==9.2.8 || ==9.4.7 || ==9.6.2 || ==9.8.1

source-repository head
type: git
Expand Down Expand Up @@ -53,9 +53,9 @@ library
Effectful.PostgreSQL.Transact.Effect

build-depends:
, base <4.19.0
, base <4.20.0
, deepseq
, effectful-core ^>=2.2
, effectful-core ^>=2.3
, mtl
, pg-transact
, postgresql-simple
Expand Down
Loading