Cabal revisions of dataframe-th-1.0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: dataframe-th-version: 1.0.1.2--synopsis: Record-based Template Haskell splices for the dataframe ecosystem.-description:- The IO-agnostic part of the @dataframe@ TH machinery — splices that- read schemas from Haskell record types, not from files. File-based- splices live in @dataframe-csv-th@ and @dataframe-parquet-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.Internal.Schema.TH- DataFrame.TH.Records- DataFrame.Typed.TH.Records- build-depends: base >= 4 && < 5,- containers >= 0.6.7 && < 0.9,- dataframe-core ^>= 1.1,- dataframe-operations ^>= 1.1.1,- dataframe-parsing ^>= 1.0.2,- template-haskell >= 2.0 && < 3,- text >= 2.0 && < 3,- vector ^>= 0.13- hs-source-dirs: src- default-language: Haskell2010+cabal-version: 2.4 +name: dataframe-th +version: 1.0.1.2 +x-revision: 1 + +synopsis: Record-based Template Haskell splices for the dataframe ecosystem. +description: + The IO-agnostic part of the @dataframe@ TH machinery — splices that + read schemas from Haskell record types, not from files. File-based + splices live in @dataframe-csv-th@ and @dataframe-parquet-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.Internal.Schema.TH + DataFrame.TH.Records + DataFrame.Typed.TH.Records + build-depends: base >= 4 && < 5, + containers >= 0.6.7 && < 0.9, + dataframe-core ^>= 1.1, + dataframe-operations ^>= 1.1.1, + dataframe-parsing ^>= 1.0.2, + template-haskell >= 2.0 && < 3, + text >= 2.1 && < 3, + vector ^>= 0.13 + hs-source-dirs: src + default-language: Haskell2010