packages feed

Cabal revisions of dataframe-lazy-2.4.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      3.4-name:               dataframe-lazy-version:            2.4.1.0-synopsis:           Lazy query engine for the dataframe ecosystem.-description:-    The lazy/streaming query engine: relational-algebra plans, optimizer,-    pull-based executor, and column-oriented spill format. Includes the-    typed lazy wrapper. Currently depends on @dataframe-csv@ and-    @dataframe-parquet@ since the executor calls those readers directly.--bug-reports:        https://github.com/mchav/dataframe/issues-license:            MIT-license-file:       LICENSE-author:             Michael Chavinda-maintainer:         mschavinda@gmail.com-copyright:          (c) 2024-2026 Michael Chavinda-category:           Data-tested-with:        GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2--common warnings-    ghc-options:-        -Wincomplete-patterns-        -Wincomplete-uni-patterns-        -Wunused-imports-        -Wunused-local-binds-        -Wunused-packages--library-    import:             warnings-    exposed-modules:-                        DataFrame.Lazy-                        DataFrame.Lazy.IO.Binary-                        DataFrame.Lazy.IO.CSV-                        DataFrame.Typed.Lazy-    -- Relational-algebra plan tree, optimizer, and pull-based executor:-    -- sealed. SortOrder(..)/LazyDataFrame re-exported via DataFrame.Lazy.-    other-modules:-                        DataFrame.Lazy.Internal.DataFrame-                        DataFrame.Lazy.Internal.Executor-                        DataFrame.Lazy.Internal.LogicalPlan-                        DataFrame.Lazy.Internal.Optimizer-                        DataFrame.Lazy.Internal.PhysicalPlan-    build-depends:      base >= 4 && < 5,-                        async >= 2.2 && < 3,-                        attoparsec >= 0.12 && < 0.16,-                        bytestring >= 0.11 && < 0.14,-                        containers >= 0.6.7 && < 0.10,-                        dataframe-core >= 2.5 && < 2.6,-                        dataframe-csv >= 2.3 && < 2.4,-                        dataframe-csv >= 2.3 && < 2.4,-                        dataframe-operations >= 2.5 && < 2.6,-                        dataframe-parquet >= 1.5 && < 1.6,-                        dataframe-parsing >= 2.2 && < 2.3,-                        directory >= 1.3.0.0 && < 2,-                        filepath >= 1.4 && < 2,-                        Glob >= 0.10 && < 1,-                        stm >= 2.5 && < 3,-                        temporary >= 1.3 && < 2,-                        text >= 2.1 && < 3,-                        vector >= 0.13 && < 0.15-    hs-source-dirs:     src-    default-language:   Haskell2010+cabal-version:      3.4
+name:               dataframe-lazy
+version:            2.4.1.0
+x-revision: 1
+synopsis:           Lazy query engine for the dataframe ecosystem.
+description:
+    The lazy/streaming query engine: relational-algebra plans, optimizer,
+    pull-based executor, and column-oriented spill format. Includes the
+    typed lazy wrapper. Currently depends on @dataframe-csv@ and
+    @dataframe-parquet@ since the executor calls those readers directly.
+
+bug-reports:        https://github.com/mchav/dataframe/issues
+license:            MIT
+license-file:       LICENSE
+author:             Michael Chavinda
+maintainer:         mschavinda@gmail.com
+copyright:          (c) 2024-2026 Michael Chavinda
+category:           Data
+tested-with:        GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2
+
+common warnings
+    ghc-options:
+        -Wincomplete-patterns
+        -Wincomplete-uni-patterns
+        -Wunused-imports
+        -Wunused-local-binds
+        -Wunused-packages
+
+library
+    import:             warnings
+    exposed-modules:
+                        DataFrame.Lazy
+                        DataFrame.Lazy.IO.Binary
+                        DataFrame.Lazy.IO.CSV
+                        DataFrame.Typed.Lazy
+    -- Relational-algebra plan tree, optimizer, and pull-based executor:
+    -- sealed. SortOrder(..)/LazyDataFrame re-exported via DataFrame.Lazy.
+    other-modules:
+                        DataFrame.Lazy.Internal.DataFrame
+                        DataFrame.Lazy.Internal.Executor
+                        DataFrame.Lazy.Internal.LogicalPlan
+                        DataFrame.Lazy.Internal.Optimizer
+                        DataFrame.Lazy.Internal.PhysicalPlan
+    build-depends:      base >= 4 && < 5,
+                        async >= 2.2 && < 3,
+                        attoparsec >= 0.12 && < 0.16,
+                        bytestring >= 0.11 && < 0.14,
+                        containers >= 0.6.7 && < 0.10,
+                        dataframe-core >= 2.5 && < 2.6,
+                        dataframe-csv >= 2.3 && < 2.4,
+                        dataframe-csv >= 2.3 && < 2.4,
+                        dataframe-operations >= 2.5 && < 2.6,
+                        dataframe-parquet >= 1.5.0.1 && < 1.6,
+                        dataframe-parsing >= 2.2 && < 2.3,
+                        directory >= 1.3.0.0 && < 2,
+                        filepath >= 1.4 && < 2,
+                        Glob >= 0.10 && < 1,
+                        stm >= 2.5 && < 3,
+                        temporary >= 1.3 && < 2,
+                        text >= 2.1 && < 3,
+                        vector >= 0.13 && < 0.15
+    hs-source-dirs:     src
+    default-language:   Haskell2010