-- Initial template-haskell-util.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: template-haskell-util
version: 0.1.1.0
synopsis: Some utilities for template Haskell.
description: Some functions that might be useful when you use template haskell.
homepage: https://github.com/HaskellZhangSong/TemplateHaskellUtils
license: MIT
license-file: LICENSE
author: songzh
maintainer: Haskell.Zhang.Song@hotmail.com
-- copyright:
stability: experimental
category: Template Haskell
build-type: Simple
extra-source-files: README.md
changelog.md
cabal-version: >=1.10
library
exposed-modules:
Language.Haskell.TH.Utils
-- other-modules:
-- other-extensions:
build-depends: base ==4.* , template-haskell >= 2.9 , GenericPretty >= 1.2.1, ghc-prim >= 0.3.1.0
hs-source-dirs: src
default-language: Haskell2010