Cabal revisions of dataframe-csv-th-1.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.4 name: dataframe-csv-th version: 1.3.0.0+x-revision: 1 synopsis: CSV-file-based Template Haskell splices for the dataframe ecosystem. description: Splices that read CSV files at compile time and emit per-column DataFrame.Typed.TH.CSV build-depends: base >= 4 && < 5, dataframe-csv >= 2.3 && < 2.4,- dataframe-th >= 2.2 && < 2.3,+ dataframe-th >= 2.2.1 && < 2.3, template-haskell >= 2.0 && < 3 hs-source-dirs: src default-language: Haskell2010