pqi-ffi 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+7/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- pqi-ffi.cabal +1/−5
CHANGELOG.md view
@@ -1,3 +1,9 @@+# v0.1.0.1++## Fixes++- Picked up `pqi-conformance` 0.1.0.1, which fixes a build break caused by extensions removed for GHC 8.10 compatibility+ # v0.1.0.0 ## Breaking
pqi-ffi.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: pqi-ffi-version: 0.1.0.0+version: 0.1.0.1 category: Database, PostgreSQL synopsis: FFI adapter for pqi, backed by postgresql-libpq description:@@ -41,7 +41,6 @@ DeriveTraversable DerivingStrategies DerivingVia- DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances@@ -54,11 +53,9 @@ MultiParamTypeClasses MultiWayIf NamedFieldPuns- NoFieldSelectors NoImplicitPrelude NoMonomorphismRestriction NumericUnderscores- OverloadedRecordDot OverloadedStrings ParallelListComp PatternGuards@@ -68,7 +65,6 @@ ScopedTypeVariables StandaloneDeriving StrictData- TemplateHaskell TupleSections TypeApplications TypeFamilies