hpqtypes-extras 1.10.2.0 → 1.10.2.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~basedep ~hpqtypesdep ~log-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hpqtypes, log-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hpqtypes-extras.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,6 @@+# hpqtypes-extras-1.10.2.1 (2020-05-05)+* Add support for GHC 8.10+ # hpqtypes-extras-1.10.2.0 (2020-01-20) * Add support for UNION clause * Add support for GHC 8.8
hpqtypes-extras.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: hpqtypes-extras-version: 1.10.2.0+version: 1.10.2.1 synopsis: Extra utilities for hpqtypes library description: The following extras for hpqtypes library: .@@ -20,7 +20,7 @@ copyright: Scrive AB category: Database build-type: Simple-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.2+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 Source-repository head Type: git@@ -50,8 +50,8 @@ other-modules: Database.PostgreSQL.PQTypes.Checks.Util , Database.PostgreSQL.PQTypes.Utils.NubList - build-depends: base >= 4.9 && < 4.14- , hpqtypes >= 1.8.0.0 && < 1.9.0.0+ build-depends: base >= 4.9 && < 5+ , hpqtypes >= 1.8.0.0 && < 2.0.0.0 , base16-bytestring >= 0.1 && < 0.2 , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.7