hasql-implicits 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+5/−7 lines, 2 filesdep ~aesondep ~bytestringdep ~hasqlsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, hasql, text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- hasql-implicits.cabal +5/−5
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
hasql-implicits.cabal view
@@ -1,5 +1,5 @@ name: hasql-implicits-version: 0.1.0.2+version: 0.1.0.3 synopsis: Implicit definitions for Hasql, such as default codecs for standard types homepage: https://github.com/nikita-volkov/hasql-implicits bug-reports: https://github.com/nikita-volkov/hasql-implicits/issues@@ -25,14 +25,14 @@ other-modules: Hasql.Implicits.Prelude build-depends:- aeson >=1 && <2,+ aeson >=1 && <3, base >=4.12 && <5,- bytestring >=0.10 && <0.11,+ bytestring >=0.10 && <0.12, containers >=0.6 && <0.7,- hasql >=1.4 && <1.5,+ hasql >=1.4 && <1.6, network-ip >=0.2 && <1, scientific >=0.2 && <0.4,- text >=1 && <2,+ text >=1 && <3, time >=1.4 && <2, uuid >=1.3 && <1.4, vector >=0.10 && <0.13