cofunctor 0.1.0 → 0.1.0.1
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Cofunctor.lhs +2/−0
- cofunctor.cabal +2/−2
Data/Cofunctor.lhs view
@@ -3,6 +3,8 @@ > ) where > > {- |+> /DEPRECATED: please use the "contravariant" package/+> > The Confunctor class is useful for \"sink-like\" types, especially when > combined with GADTs. For instance: >
cofunctor.cabal view
@@ -4,9 +4,9 @@ -- The name of the package. Name: cofunctor -Version: 0.1.0+Version: 0.1.0.1 -Synopsis: A small library providing a contravariant functor class+Synopsis: DEPRECATED: use the "contravariant" package Description: This library provides a 'Cofunctor' class useful for types that are sinks or make use of IO effects. See documentation