hasql-implicits 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~hasqlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql
API changes (from Hackage documentation)
Files
- hasql-implicits.cabal +3/−3
hasql-implicits.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-implicits-version: 0.2.0.1+version: 0.2.0.2 synopsis: Implicit definitions for Hasql, such as default codecs for standard types @@ -14,7 +14,7 @@ source-repository head type: git- location: git://github.com/nikita-volkov/hasql-implicits.git+ location: https://github.com/nikita-volkov/hasql-implicits library hs-source-dirs: library@@ -44,7 +44,7 @@ base >=4.12 && <5, bytestring >=0.10 && <1, containers >=0.6 && <1,- hasql >=1.8 && <1.10,+ hasql >=1.8 && <1.11, iproute >=1.7 && <1.8, scientific >=0.2 && <1, text >=1 && <3,