packages feed

ConstraintKinds 0.0.1 → 0.0.1.1

raw patch · 1 files changed

+1/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ConstraintKinds.cabal view
@@ -1,5 +1,5 @@ Name:                ConstraintKinds-Version:             0.0.1+Version:             0.0.1.1 Synopsis:            Repackages standard type classes with the ConstraintKinds extension Description:         This module provides more flexible versions of common type classes that use the ConstraintKinds extension.  This allows us to make types that require constraints instances of the popular classes.  For example, we reimplement Functor and Foldable using the ContraintKinds style.  This allows us to manipulate lists and unboxed vectors using the same functions.                      .