packages feed

th-extras-0.0.0.1: th-extras.cabal

name:                   th-extras
version:                0.0.0.1
stability:              experimental

cabal-version:          >= 1.6
build-type:             Simple

author:                 James Cook <mokus@deepbondi.net>
maintainer:             James Cook <mokus@deepbondi.net>
license:                PublicDomain
homepage:               https://github.com/mokus0/th-extras

category:               Template Haskell
synopsis:               A grab bag of useful functions for use with Template Haskell
description:            A grab bag of useful functions for use with Template Haskell

tested-with:            GHC == 6.8.3, GHC == 6.10.4, GHC == 6.12.3,
                        GHC == 7.0.4, GHC == 7.2.1, GHC == 7.2.2

source-repository head
  type:                 git
  location:             https://github.com/mokus0/th-extras.git

flag base4
  default:              True

Library
  hs-source-dirs:       src
  exposed-modules:      Language.Haskell.TH.Extras
  build-depends:        base >= 3 && < 5,
                        template-haskell
  
  if flag(base4)
    build-depends:      base >= 4, syb