Cabal revisions of dataframe-fastcsv-1.4.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 3.4 name: dataframe-fastcsv version: 1.4.0.1+x-revision: 1 synopsis: SIMD-accelerated CSV reader for the dataframe library. description: A fast, SIMD-accelerated CSV/TSV reader using memory-mapped I/O build-depends: base >= 4 && < 5, bytestring >= 0.11 && < 0.14, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.2 && < 2.3,+ dataframe-core >= 2.3 && < 2.4, dataframe-csv >= 2.3 && < 2.4,- dataframe-operations >= 2.2 && < 2.3,+ dataframe-operations >= 2.3 && < 2.4, dataframe-parsing >= 2.2 && < 2.3, dataframe-parsing >= 2.2 && < 2.3, mmap >= 0.5.8 && < 0.7, Properties.Csv build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.2 && < 2.3,+ dataframe-core >= 2.3 && < 2.4, dataframe-csv >= 2.3 && < 2.4, dataframe-fastcsv,- dataframe-operations >= 2.2 && < 2.3,+ dataframe-operations >= 2.3 && < 2.4, dataframe-parsing >= 2.2 && < 2.3, directory >= 1.3.0.0 && < 2, HUnit >= 1.6 && < 1.8,