deepseq-th-0.0.0.0: deepseq-th.cabal
name: deepseq-th
version: 0.0.0.0
license: BSD3
license-file: LICENSE
maintainer: hvr@gnu.org
bug-reports: https://github.com/hvr/hs-deepseq-th/issues
synopsis: Provides Template Haskell deriver for NFData instances
category: Control
description:
Provides a Template Haskell based mechanism for deriving NFData
instances for custom data types. See documentation in
"Control.DeepSeq.TH" for more information.
.
build-type: Simple
cabal-version: >=1.10
tested-with: GHC>=7.2.1
source-repository head
type: git
location: http://github.com/hvr/hs-deepseq-th.git
library {
default-language: Haskell2010
exposed-modules: Control.DeepSeq.TH
build-depends:
base >= 4.4 && < 4.5,
deepseq >= 1.1 && < 1.2,
template-haskell >= 2.6 && < 2.7
ghc-options: -Wall
}