File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1919 - 8.10.7
2020 - 9.0.2
2121 - 9.2.4
22+ - 9.4.2
2223 services :
2324 postgres :
2425 image : postgres:15
Original file line number Diff line number Diff line change 33` postgresql-simple-named ` uses [ PVP Versioning] [ 1 ] .
44The changelog is available [ on GitHub] [ 2 ] .
55
6+ ## 0.0.4.0 - Nov 2, 2022
7+
8+ * Add support for GHC 9.2 and 9.4
9+
610## 0.0.3.0 - Jun 1, 2022
711
8- * Adds support for GHC 8.10 and 9.0
12+ * Add support for GHC 8.10 and 9.0
913* [ #30 ] ( https://github.com/Holmusk/postgresql-simple-named/issues/30 ) :
1014 Fixes a bug with postgres-simple-named not recognising postgres JSON operators
1115
Original file line number Diff line number Diff line change 22
33![ Logo] ( https://user-images.githubusercontent.com/4276606/68105647-408b7c00-fef0-11e9-8d70-d3fbf314a647.png )
44
5- [ ![ Build status] ( https://img.shields.io/travis/ Holmusk/postgresql-simple-named. svg?logo=travis )] ( https://travis-ci.org /Holmusk/postgresql-simple-named )
5+ [ ![ Build status] ( https://github.com/ Holmusk/postgresql-simple-named/actions/workflows/haskell-ci.yml/badge. svg )] ( https://github.com /Holmusk/postgresql-simple-named/actions/workflows/haskell-ci.yml )
66[ ![ Hackage] ( https://img.shields.io/hackage/v/postgresql-simple-named.svg?logo=haskell )] ( https://hackage.haskell.org/package/postgresql-simple-named )
77[ ![ Stackage Lts] ( http://stackage.org/package/postgresql-simple-named/badge/lts )] ( http://stackage.org/lts/package/postgresql-simple-named )
88[ ![ Stackage Nightly] ( http://stackage.org/package/postgresql-simple-named/badge/nightly )] ( http://stackage.org/nightly/package/postgresql-simple-named )
99[ ![ MPL-2.0 license] ( https://img.shields.io/badge/license-MPL--2.0-blue.svg )] ( LICENSE )
1010
1111This library introduces the implementation of named parameters for the
12- [ ` postgresql-simple ` ] [ pgs ] library. ` postgresql-simple-named ` is considered to
12+ [ ` postgresql-simple ` ] [ pgs ] library. ` postgresql-simple-named ` is designed to
1313be used along with the [ ` postgresql-simple ` ] [ pgs ] library, so you could refer
1414there for the original documentation of primary functions. This package solves
1515exclusively one particular problem — gives the ability to use named parameters
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : postgresql-simple-named
3- version : 0.0.3 .0
3+ version : 0.0.4 .0
44synopsis : Implementation of named parameters for `postgresql-simple` library
55description :
66 Implementation of named parameters for @postgresql-simple@ library .
@@ -31,13 +31,14 @@ extra-source-files: README.md
3131tested-with : GHC == 8.10.7
3232 , GHC == 9.0.2
3333 , GHC == 9.2.4
34+ , GHC == 9.4.2
3435
3536source-repository head
3637 type : git
3738 location : https://github.com/Holmusk/postgresql-simple-named.git
3839
3940common common-options
40- build-depends : base >= 4.11 && < 4.17
41+ build-depends : base >= 4.11 && < 4.18
4142
4243 ghc-options : -Wall
4344 -Wincomplete-uni-patterns
Original file line number Diff line number Diff line change 1- resolver : lts-19.30
1+ resolver : lts-19.31
You can’t perform that action at this time.
0 commit comments