-- 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.0.3 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: Language build-type: Simple extra-source-files: README.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 hs-source-dirs: src default-language: Haskell2010