name: prelude-extras category: Polymorphism, Combinators version: 0.1.0.3 license: BSD3 cabal-version: >= 1.2 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: provisional homepage: http://github.com/ekmett/prelude-extras bug-reports: http://github.com/ekmett/prelude-extras/issues copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Haskell 98 - higher order versions of Prelude classes description: Haskell 98 - higher order versions of Prelude classes to ease programming with polymorphic recursion and reduce UndecidableInstances . See for further discussion of the approach taken here. build-type: Simple extra-source-files: .travis.yml library build-depends: base >= 4 && < 5 extensions: CPP ghc-options: -Wall exposed-modules: Prelude.Extras, Text.Show.Extras, Text.Read.Extras