free-functors 0.6.3 → 0.6.3.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- free-functors.cabal +1/−1
CHANGELOG view
@@ -1,5 +1,9 @@ CHANGELOG +0.6.2 -> 0.6.3.1+ - Updated to comonad 4.2+ - Updated to transformers 0.4.1.0+ 0.6.1.1 -> 0.6.2 - Updated to template-haskell-2.9.0.0 - Added instance Applicative (HFree Monad f)
free-functors.cabal view
@@ -1,5 +1,5 @@ name: free-functors-version: 0.6.3+version: 0.6.3.1 synopsis: Provides free functors that are adjoint to functors that forget class constraints. description: A free functor is a left adjoint to a forgetful functor. It used to be the case that the only category that was easy to work with in Haskell was Hask itself, so