dataframe-persistent 0.3.0.1 → 0.4.0.1
raw patch · 1 files changed
+15/−16 lines, 1 filesdep ~HUnitdep ~bytestringdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, bytestring, conduit, containers, dataframe, dataframe-core, dataframe-operations, monad-logger, vector
API changes (from Hackage documentation)
Files
- dataframe-persistent.cabal +15/−16
dataframe-persistent.cabal view
@@ -1,6 +1,6 @@-cabal-version: 2.4+cabal-version: 3.0 name: dataframe-persistent-version: 0.3.0.1+version: 0.4.0.1 synopsis: Persistent database integration for the dataframe library @@ -41,19 +41,19 @@ DataFrame.IO.Persistent.Schema.Common, DataFrame.IO.Persistent.Schema.Introspect build-depends: base >= 4 && <5,- bytestring >= 0.10 && < 0.13,- conduit >= 1.3 && < 1.4,- containers >= 0.6.7 && < 0.9,- dataframe-core ^>= 1.1,- dataframe-operations ^>= 1.1.1,+ bytestring >= 0.10 && < 0.14,+ conduit >= 1.3 && < 1.5,+ containers >= 0.6.7 && < 0.10,+ dataframe-core ^>= 2.1,+ dataframe-operations ^>= 2.1, persistent >= 2.14 && < 3, persistent-sqlite >= 2.13 && < 3, resourcet >= 1.2 && < 2, template-haskell >= 2.0 && < 3,- text >= 2.0 && < 3,+ text >= 2.1 && < 3, time >= 1.12 && < 2, transformers >= 0.5 && < 0.7,- vector ^>= 0.13+ vector >= 0.13 && < 0.15 hs-source-dirs: src default-language: Haskell2010 @@ -64,19 +64,18 @@ other-modules: PersistentTests, SchemaTHTests build-depends: base >= 4 && < 5,- dataframe >= 1 && < 3,- dataframe-core ^>= 1.1,- dataframe-operations ^>= 1.1.1,+ dataframe >= 1 && < 4,+ dataframe-operations ^>= 2.1, dataframe-persistent,- HUnit ^>= 1.6,- monad-logger >= 0.3 && < 0.4,+ HUnit >= 1.6 && < 1.8,+ monad-logger >= 0.3 && < 0.5, persistent >= 2.14 && < 3, persistent-sqlite >= 2.13 && < 3, resourcet >= 0.1 && < 2, temporary >= 1.3 && < 2,- text >= 2.0 && < 3,+ text >= 2.1 && < 3, time >= 1.12 && < 2, transformers >= 0.5 && < 0.7,- vector ^>= 0.13+ vector >= 0.13 && < 0.15 hs-source-dirs: tests default-language: Haskell2010