nri-postgresql 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+7/−5 lines, 2 filesdep −aesonPVP ok
version bump matches the API change (PVP)
Dependencies removed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- nri-postgresql.cabal +3/−5
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.2++- Drop dependency on `aeson`.+ # 0.1.0.1 - Relax version bounds to encompass `template-haskell-2.17.0.0`.
nri-postgresql.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: nri-postgresql-version: 0.1.0.1+version: 0.1.0.2 synopsis: Make queries against Postgresql. description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme>. category: Web@@ -57,8 +57,7 @@ TypeOperators ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wincomplete-uni-patterns -fplugin=NriPrelude.Plugin build-depends:- aeson >=1.4.6.0 && <1.6- , attoparsec >=0.13.0.0 && <0.15+ attoparsec >=0.13.0.0 && <0.15 , base >=4.12.0.0 && <4.16 , bytestring >=0.10.8.2 && <0.12 , filepath >=1.4.2.1 && <1.5@@ -112,8 +111,7 @@ ExtendedDefaultRules 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:- aeson >=1.4.6.0 && <1.6- , attoparsec >=0.13.0.0 && <0.15+ attoparsec >=0.13.0.0 && <0.15 , base >=4.12.0.0 && <4.16 , bytestring >=0.10.8.2 && <0.12 , filepath >=1.4.2.1 && <1.5