File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2121 - 9.0.2
2222 - 9.2.8
2323 - 9.4.5
24+ - 9.6.2
2425 services :
2526 postgres :
2627 image : postgres:15
6566 - stack-9.0.2.yaml
6667 - stack-9.2.8.yaml
6768 - stack-9.4.5.yaml
69+ - stack-9.6.2.yaml
6870 services :
6971 postgres :
7072 image : postgres:15
Original file line number Diff line number Diff line change @@ -30,15 +30,16 @@ extra-source-files: README.md
3030 , CHANGELOG.md
3131tested-with : GHC == 8.10.7
3232 , GHC == 9.0.2
33- , GHC == 9.2.4
34- , GHC == 9.4.2
33+ , GHC == 9.2.8
34+ , GHC == 9.4.5
35+ , GHC == 9.6.2
3536
3637source-repository head
3738 type : git
3839 location : https://github.com/Holmusk/postgresql-simple-named.git
3940
4041common common-options
41- build-depends : base >= 4.11 && < 4.18
42+ build-depends : base >= 4.11 && < 4.19
4243
4344 ghc-options : -Wall
4445 -Wincomplete-uni-patterns
Original file line number Diff line number Diff line change 1+ resolver : nightly-2023-08-02
You can’t perform that action at this time.
0 commit comments