name: deepseq-th version: 0.1.0.1 license: BSD3 license-file: LICENSE maintainer: hvr@gnu.org bug-reports: https://github.com/hvr/hs-deepseq-th/issues synopsis: Template Haskell based deriver for optimised NFData instances category: Control description: This package provides a Template Haskell based mechanism for deriving optimised 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 test-suite test-whnf-is-nf default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: test-whnf-is-nf.hs other-modules: Test.WhnfIsNf build-depends: base >= 4.4 && < 4.5, deepseq >= 1.1 && < 1.2, template-haskell >= 2.6 && < 2.7 ghc-options: -Wall