dataframe-fastcsv 1.4.0.0 → 1.4.0.1
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~dataframe-coredep ~dataframe-csvdep ~dataframe-operations
Dependency ranges changed: dataframe-core, dataframe-csv, dataframe-operations, dataframe-parsing
Files
- dataframe-fastcsv.cabal +10/−10
dataframe-fastcsv.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: dataframe-fastcsv-version: 1.4.0.0+version: 1.4.0.1 synopsis: SIMD-accelerated CSV reader for the dataframe library. description: A fast, SIMD-accelerated CSV/TSV reader using memory-mapped I/O@@ -57,11 +57,11 @@ build-depends: base >= 4 && < 5, bytestring >= 0.11 && < 0.14, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.1 && < 2.2,- dataframe-csv >= 2.2 && < 2.3,- dataframe-operations >= 2.1 && < 2.2,- dataframe-parsing >= 2.1 && < 2.2,- dataframe-parsing >= 2.1 && < 2.2,+ dataframe-core >= 2.2 && < 2.3,+ dataframe-csv >= 2.3 && < 2.4,+ dataframe-operations >= 2.2 && < 2.3,+ dataframe-parsing >= 2.2 && < 2.3,+ dataframe-parsing >= 2.2 && < 2.3, mmap >= 0.5.8 && < 0.7, text >= 2.1 && < 3, time >= 1.12 && < 2,@@ -91,11 +91,11 @@ Properties.Csv build-depends: base >= 4 && < 5, containers >= 0.6.7 && < 0.10,- dataframe-core >= 2.1 && < 2.2,- dataframe-csv >= 2.2 && < 2.3,+ dataframe-core >= 2.2 && < 2.3,+ dataframe-csv >= 2.3 && < 2.4, dataframe-fastcsv,- dataframe-operations >= 2.1 && < 2.2,- dataframe-parsing >= 2.1 && < 2.2,+ dataframe-operations >= 2.2 && < 2.3,+ dataframe-parsing >= 2.2 && < 2.3, directory >= 1.3.0.0 && < 2, HUnit >= 1.6 && < 1.8, QuickCheck >= 2 && < 3,