Skip to content

Commit 22f478b

Browse files
Support GHC 9.12
1 parent 0da9748 commit 22f478b

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
cabal:
1818
- "3.10"
1919
ghc:
20-
- 9.2.8
2120
- 9.4.8
2221
- 9.6.6
2322
- 9.8.2
2423
- 9.10.1
24+
- 9.12.2
2525
services:
2626
postgres:
2727
image: postgres:15
@@ -62,10 +62,10 @@ jobs:
6262
stack:
6363
- 2.15.5
6464
stack-yaml:
65-
- stack-9.2.8.yaml
6665
- stack-9.4.8.yaml
6766
- stack-9.6.6.yaml
6867
- stack-9.8.2.yaml
68+
- stack-9.12.2.yaml
6969
services:
7070
postgres:
7171
image: postgres:15

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
`postgresql-simple-named` uses [PVP Versioning][1].
44
The changelog is available [on GitHub][2].
55

6+
## 0.0.6.0 - Aug 20, 2025
7+
8+
* Add support for GHC 9.12
9+
610
## 0.0.5.0 - Jan 4, 2024
711

812
* Add support for GHC 9.6 and 9.8

postgresql-simple-named.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: postgresql-simple-named
3-
version: 0.0.5.0
3+
version: 0.0.6.0
44
synopsis: Implementation of named parameters for `postgresql-simple` library
55
description:
66
Implementation of named parameters for @postgresql-simple@ library.
@@ -28,18 +28,18 @@ category: Database, PostgreSQL
2828
build-type: Simple
2929
extra-source-files: README.md
3030
extra-doc-files: CHANGELOG.md
31-
tested-with: GHC == 9.2.8
32-
, GHC == 9.4.8
31+
tested-with: GHC == 9.4.8
3332
, GHC == 9.6.6
3433
, GHC == 9.8.2
3534
, GHC == 9.10.1
35+
, GHC == 9.12.2
3636

3737
source-repository head
3838
type: git
3939
location: https://github.com/Holmusk/postgresql-simple-named.git
4040

4141
common common-options
42-
build-depends: base >= 4.11 && < 4.21
42+
build-depends: base >= 4.11 && < 4.22
4343

4444
ghc-options: -Wall
4545
-Wincomplete-uni-patterns

stack-9.12.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: nightly-2025-08-20

stack-9.2.8.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)