name: th-strict-compat version: 0.1.0.1 synopsis: Compatibility shim for Bang and Strict in Template Haskell. description: See README homepage: https://gitlab.com/igrep/th-strict-compat license: Apache-2.0 license-file: LICENSE author: Yuji Yamamoto maintainer: whosekiteneverfly@gmail.com copyright: 2017 Yuji Yamamoto category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Language.Haskell.TH.Compat.Strict build-depends: base >= 4.7 && < 5 , template-haskell >= 2.10 default-language: Haskell2010 default-extensions: CPP source-repository head type: git location: https://gitlab.com/igrep/th-strict-compat