packages feed

hasql 1.9.1 → 1.9.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~tasty-quickcheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-quickcheck

API changes (from Hackage documentation)

Files

hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-version: 1.9.1+version: 1.9.1.1 category: Hasql, Database, PostgreSQL synopsis: Fast PostgreSQL driver with a flexible mapping API description:@@ -34,7 +34,7 @@  source-repository head   type: git-  location: git://github.com/nikita-volkov/hasql.git+  location: https://github.com/nikita-volkov/hasql  common base   default-language: Haskell2010@@ -199,7 +199,7 @@     rerebase <2,     tasty >=0.12 && <2,     tasty-hunit >=0.9 && <0.11,-    tasty-quickcheck >=0.9 && <0.11,+    tasty-quickcheck >=0.9 && <0.12,  test-suite threads-test   import: test