cassava-th-0.1.0.0: cassava-th.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: cassava-th
version: 0.1.0.0
synopsis: `TemplateHaskell` helpers for `cassava`
description: Please see the README on GitHub at <https://github.com/MercuryTechnologies/cassava-th#readme>
category: System
homepage: https://github.com/MercuryTechnologies/cassava-th#readme
bug-reports: https://github.com/MercuryTechnologies/cassava-th/issues
author: Matt von Hagen
maintainer: mattp@mercury.com
copyright: 2023 Mercury Technologies
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/MercuryTechnologies/cassava-th
library
exposed-modules:
Data.Csv.TH
other-modules:
Paths_cassava_th
autogen-modules:
Paths_cassava_th
hs-source-dirs:
src
default-extensions:
BlockArguments
DataKinds
DefaultSignatures
DeriveFunctor
DeriveGeneric
DeriveLift
DerivingStrategies
DerivingVia
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
InstanceSigs
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NegativeLiterals
NumericUnderscores
OverloadedLabels
OverloadedStrings
PartialTypeSignatures
PatternSynonyms
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeFamilies
UndecidableInstances
ViewPatterns
TypeOperators
NoForeignFunctionInterface
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.14 && <5
, bytestring
, cassava
, template-haskell
, text
, vector
default-language: Haskell2010
test-suite cassava-th-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.Csv.THSpec
Paths_cassava_th
autogen-modules:
Paths_cassava_th
hs-source-dirs:
test
default-extensions:
BlockArguments
DataKinds
DefaultSignatures
DeriveFunctor
DeriveGeneric
DeriveLift
DerivingStrategies
DerivingVia
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
InstanceSigs
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NegativeLiterals
NumericUnderscores
OverloadedLabels
OverloadedStrings
PartialTypeSignatures
PatternSynonyms
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeApplications
TypeFamilies
UndecidableInstances
ViewPatterns
TypeOperators
NoForeignFunctionInterface
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.14 && <5
, bytestring
, cassava
, cassava-th
, hspec
, template-haskell
, text
, vector
default-language: Haskell2010