Cabal revisions of dataframe-th-2.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 3.4 name: dataframe-th version: 2.2.0.0+x-revision: 1 synopsis: Record-based Template Haskell splices for the dataframe ecosystem. description: The IO-agnostic part of the @dataframe@ TH machinery — splices that other-modules: DataFrame.Internal.Schema.TH build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.2 && < 2.3,- dataframe-operations >= 2.2 && < 2.3,+ dataframe-core >= 2.3 && < 2.4,+ dataframe-operations >= 2.3 && < 2.4, dataframe-parsing >= 2.2 && < 2.3, template-haskell >= 2.0 && < 3, text >= 2.1 && < 3,
revision 2
cabal-version: 3.4 name: dataframe-th version: 2.2.0.0-x-revision: 1+x-revision: 2 synopsis: Record-based Template Haskell splices for the dataframe ecosystem. description: The IO-agnostic part of the @dataframe@ TH machinery — splices that other-modules: DataFrame.Internal.Schema.TH build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.3 && < 2.4,- dataframe-operations >= 2.3 && < 2.4,+ dataframe-core >= 2.3 && < 2.5,+ dataframe-operations >= 2.3 && < 2.5, dataframe-parsing >= 2.2 && < 2.3, template-haskell >= 2.0 && < 3, text >= 2.1 && < 3,