packages feed

th-alpha-0.1.0.0: th-alpha.cabal

-- Initial th-alpha.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                th-alpha
version:             0.1.0.0
synopsis:            Alpha equivalence for TH Dec and Exp
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Julian K. Arni
maintainer:          jkarni@gmail.com
-- copyright:           
category:            Language
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Language.Haskell.TH.Alpha
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4 && <5
                     , template-haskell 
                     , th-desugar
  hs-source-dirs:      src
  default-language:    Haskell2010

Test-Suite test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      tests
  main-is:             tests.hs
  build-depends:       base >= 4 && < 5
                     , th-alpha
                     , template-haskell 
                     , tasty >= 0.8
                     , tasty-hunit
  default-language:    Haskell2010