Cabal revisions of dataframe-persistent-0.5.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 3.0 name: dataframe-persistent version: 0.5.0.0+x-revision: 1 synopsis: Persistent database integration for the dataframe library description: This package provides integration between the dataframe library and the Persistent database library, allowing you to load database entities into DataFrames and save DataFrames back to the database. bytestring >= 0.10 && < 0.14, conduit >= 1.3 && < 1.5, containers >= 0.6.7 && < 0.10,- dataframe-core ^>= 2.2,- dataframe-operations ^>= 2.2,+ dataframe-core ^>= 2.3,+ dataframe-operations ^>= 2.3, persistent >= 2.14 && < 3, persistent-sqlite >= 2.13 && < 3, resourcet >= 1.2 && < 2, SchemaTHTests build-depends: base >= 4 && < 5, dataframe >= 1 && < 4,- dataframe-operations ^>= 2.2,+ dataframe-operations ^>= 2.3, dataframe-persistent, HUnit >= 1.6 && < 1.8, monad-logger >= 0.3 && < 0.5,
revision 2
cabal-version: 3.0 name: dataframe-persistent version: 0.5.0.0-x-revision: 1+x-revision: 2 synopsis: Persistent database integration for the dataframe library description: This package provides integration between the dataframe library and the Persistent database library, allowing you to load database entities into DataFrames and save DataFrames back to the database. bytestring >= 0.10 && < 0.14, conduit >= 1.3 && < 1.5, containers >= 0.6.7 && < 0.10,- dataframe-core ^>= 2.3,- dataframe-operations ^>= 2.3,+ dataframe-core >= 2.3 && < 2.5,+ dataframe-operations >= 2.3 && < 2.5, persistent >= 2.14 && < 3, persistent-sqlite >= 2.13 && < 3, resourcet >= 1.2 && < 2, SchemaTHTests build-depends: base >= 4 && < 5, dataframe >= 1 && < 4,- dataframe-operations ^>= 2.3,+ dataframe-operations >= 2.3 && < 2.5, dataframe-persistent, HUnit >= 1.6 && < 1.8, monad-logger >= 0.3 && < 0.5,