syb-extras-0.1: syb-extras.cabal
name: syb-extras
category: Polymorphism, Combinators, Generic
version: 0.1
license: BSD3
cabal-version: >= 1.2
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://comonad.com/reader/
copyright: Copyright (C) 2011 Edward A. Kmett
synopsis: higher order versions of the Scrap Your Boilerplate classes
description: higher order versions of Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances
build-type: Simple
library
build-depends:
base >= 4 && < 4.4,
prelude-extras >= 0.1 && < 0.3
extensions: CPP
ghc-options: -Wall
exposed-modules:
Data.Data.Extras