packages feed

dataframe-parquet-th-1.2.0.0: dataframe-parquet-th.cabal

cabal-version:      3.4
name:               dataframe-parquet-th
version:            1.2.0.0

synopsis:           Parquet-file-based Template Haskell splices for the dataframe ecosystem.
description:
    Splices that read Parquet file metadata at compile time and emit
    per-column bindings. Record-based splices live in @dataframe-th@.

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.TH.Parquet
                        DataFrame.Typed.TH.Parquet
    build-depends:      base >= 4 && < 5,
                        containers >= 0.6.7 && < 0.10,
                        dataframe-core >= 2.1 && < 2.2,
                        dataframe-parquet >= 1.3 && < 1.4,
                        dataframe-th >= 2.1 && < 2.2,
                        directory >= 1.3.0.0 && < 2,
                        filepath >= 1.4 && < 2,
                        Glob >= 0.10 && < 1,
                        template-haskell >= 2.0 && < 3,
                        text >= 2.1 && < 3
    hs-source-dirs:     src
    default-language:   Haskell2010