th-expand-syns-0.4.0.0: th-expand-syns.cabal
name: th-expand-syns
version: 0.4.0.0
synopsis: Expands type synonyms in Template Haskell ASTs
description: Expands type synonyms in Template Haskell ASTs
category: Template Haskell
license: BSD3
license-file: LICENSE
author: Daniel Schüssler
maintainer: haskell.5wlh@gishpuppy.com
cabal-version: >= 1.8
build-type: Simple
extra-source-files: changelog.markdown
source-repository head
type: git
location: git://github.com/DanielSchuessler/th-expand-syns.git
Library
build-depends: base >= 4 && < 5, template-haskell < 2.12, syb, containers
ghc-options:
exposed-modules: Language.Haskell.TH.ExpandSyns
Test-Suite test-th-expand-syns
type: exitcode-stdio-1.0
hs-source-dirs: testing
main-is: Main.hs
other-modules: Util, Types
build-depends: base, th-expand-syns, template-haskell