name: syb-extras category: Polymorphism, Combinators, Generic version: 0.2.4 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: provisional homepage: http://github.com/ekmett/syb-extras/ bug-reports: http://github.com/ekmett/syb-extras/issues copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Higher order versions of the Scrap Your Boilerplate classes description: Higher order versions of the Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances build-type: Simple extra-source-files: .gitignore .ghci .travis.yml .vim.custom README.markdown source-repository head type: git location: git://github.com/ekmett/syb-extras.git library build-depends: base >= 4 && < 5, prelude-extras >= 0.1, eq >= 3 extensions: CPP ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.Data.Extras