dataframe-persistent 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~dataframe-coredep ~dataframe-operationsdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dataframe-core, dataframe-operations, text
API changes (from Hackage documentation)
Files
dataframe-persistent.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: dataframe-persistent-version: 0.3.0.0+version: 0.3.0.1 synopsis: Persistent database integration for the dataframe library @@ -12,7 +12,7 @@ author: Michael Chavinda, Junji Hashimoto maintainer: mschavinda@gmail.com -copyright: (c) 2024-2025 Michael Chavinda+copyright: (c) 2024-2026 Michael Chavinda category: Data, Database tested-with: GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 extra-doc-files: CHANGELOG.md README.md@@ -44,8 +44,8 @@ bytestring >= 0.10 && < 0.13, conduit >= 1.3 && < 1.4, containers >= 0.6.7 && < 0.9,- dataframe-core ^>= 1.0,- dataframe-operations ^>= 1.0,+ dataframe-core ^>= 1.1,+ dataframe-operations ^>= 1.1.1, persistent >= 2.14 && < 3, persistent-sqlite >= 2.13 && < 3, resourcet >= 1.2 && < 2,@@ -65,8 +65,8 @@ SchemaTHTests build-depends: base >= 4 && < 5, dataframe >= 1 && < 3,- dataframe-core ^>= 1.0,- dataframe-operations ^>= 1.0,+ dataframe-core ^>= 1.1,+ dataframe-operations ^>= 1.1.1, dataframe-persistent, HUnit ^>= 1.6, monad-logger >= 0.3 && < 0.4,