nri-postgresql 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+14/−10 lines, 3 filesdep ~basedep ~template-haskelldep ~textnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell, text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- nri-postgresql.cabal +9/−9
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.4++- Relax version bounds to encompass `text-2.0.x`, `base-4.16.x` and `template-haskell-2.18.x`+ # 0.1.0.3 - Support `time-1.x`.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, NoRedInk+Copyright (c) 2022, NoRedInk All rights reserved. Redistribution and use in source and binary forms, with or without
nri-postgresql.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.18 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: nri-postgresql-version: 0.1.0.3+version: 0.1.0.4 synopsis: Make queries against Postgresql. description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme>. category: Web@@ -13,7 +13,7 @@ bug-reports: https://github.com/NoRedInk/haskell-libraries/issues author: NoRedInk maintainer: haskell-open-source@noredink.com-copyright: 2021 NoRedInk Corp.+copyright: 2022 NoRedInk Corp. license: BSD3 license-file: LICENSE build-type: Simple@@ -58,7 +58,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wincomplete-uni-patterns -fplugin=NriPrelude.Plugin build-depends: attoparsec >=0.13.0.0 && <0.15- , base >=4.12.0.0 && <4.16+ , base >=4.12.0.0 && <4.17 , bytestring >=0.10.8.2 && <0.12 , filepath >=1.4.2.1 && <1.5 , network >=3.1.0.0 && <3.2@@ -69,8 +69,8 @@ , resource-pool >=0.2.0.0 && <0.3 , resourcet >=1.2.0 && <1.3 , safe-exceptions >=0.1.7.0 && <1.3- , template-haskell >=2.15.0.0 && <2.18- , text >=1.2.3.1 && <1.3+ , template-haskell >=2.15.0.0 && <2.19+ , text >=1.2.3.1 && <2.1 , time >=1.8.0.2 && <2 default-language: Haskell2010 @@ -112,7 +112,7 @@ ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wincomplete-uni-patterns -fplugin=NriPrelude.Plugin -threaded -rtsopts "-with-rtsopts=-N -T" -fno-warn-type-defaults build-depends: attoparsec >=0.13.0.0 && <0.15- , base >=4.12.0.0 && <4.16+ , base >=4.12.0.0 && <4.17 , bytestring >=0.10.8.2 && <0.12 , filepath >=1.4.2.1 && <1.5 , network >=3.1.0.0 && <3.2@@ -123,7 +123,7 @@ , resource-pool >=0.2.0.0 && <0.3 , resourcet >=1.2.0 && <1.3 , safe-exceptions >=0.1.7.0 && <1.3- , template-haskell >=2.15.0.0 && <2.18- , text >=1.2.3.1 && <1.3+ , template-haskell >=2.15.0.0 && <2.19+ , text >=1.2.3.1 && <2.1 , time >=1.8.0.2 && <2 default-language: Haskell2010