hasql 0.19.17 → 0.19.17.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hasql.cabal +1/−1
- library/Hasql/Private/Prelude.hs +1/−1
hasql.cabal view
@@ -1,7 +1,7 @@ name: hasql version:- 0.19.17+ 0.19.17.1 category: Hasql, Database, PostgreSQL synopsis:
library/Hasql/Private/Prelude.hs view
@@ -16,7 +16,7 @@ -- base-prelude --------------------------import BasePrelude as Exports hiding (assert, left, right, isLeft, isRight, error, (<>), First(..), Last(..))+import BasePrelude as Exports hiding (assert, left, right, isLeft, isRight, error, (<>), First(..), Last(..), new) -- transformers -------------------------