packages feed

prelude-extras 0.1 → 0.1.0.2

raw patch · 1 files changed

+7/−4 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

prelude-extras.cabal view
@@ -1,21 +1,24 @@ name:          prelude-extras category:      Polymorphism, Combinators-version:       0.1+version:       0.1.0.2 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/+homepage:      http://github.com/ekmett/prelude-extras 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+description:   +  Haskell 98 - higher order versions of Prelude classes to ease programming with polymorphic recursion and reduce UndecidableInstances+  . +  See <http://flint.cs.yale.edu/trifonov/papers/sqcc.pdf> for further discussion of the approach taken here. build-type:    Simple  library   build-depends: -    base >= 4 && < 4.4+    base >= 4 && < 5    extensions: CPP