packages feed

template-haskell-util-0.1.0.0: template-haskell-util.cabal

-- 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.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:           
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
  hs-source-dirs:      src
  default-language:    Haskell2010