packages feed

ghc-syb-0.1.2: ghc-syb.cabal

name:            ghc-syb
version:         0.1.2
license:         BSD3
license-file:    LICENSE
author:          Claus Reinke
copyright:       (c) Claus Reinke 2008
maintainer:      Thomas Schilling <nominolo@googlemail.com>
homepage:        http://github.com/nominolo/ghc-syb
description:     Scrap Your Boilerplate instances and utils for the GHC API.
synopsis:        SYB instances for the GHC API
category:        Development
stability:       provisional
build-type:      Simple
cabal-version:   >= 1.2.3
tested-with:     GHC ==6.10.1
-- extra-source-files: README

library
  build-depends:   base >= 4 && < 5,
                   syb >= 0.1 && < 0.2,
                   ghc >= 6.10 && < 6.12
  hs-source-dirs:  src
  extensions:      CPP, TypeSynonymInstances, StandaloneDeriving,
                   DeriveDataTypeable, ScopedTypeVariables,
                   RankNTypes
  exposed-modules: GHC.SYB.Instances,
                   GHC.SYB.Utils
  if impl(ghc > 6.11.20081030)
    cpp-options:   -DHAS_ANNOTATIONS
  if impl(ghc >= 6.11.20090318)
    cpp-options:   -DCONSTRUCTOR_LIKE_IDS