packages feed

free-functors 0.6.1 → 0.6.1.1

raw patch · 2 files changed

+10/−1 lines, 2 files

Files

+ CHANGELOG view
@@ -0,0 +1,8 @@+CHANGELOG++0.6.1 -> 0.6.1.1+  - Added a changelog+  +0.6 -> 0.6.1+  - Updated to comonad-0.4+  - Added convert to Data.Functor.HCofree
free-functors.cabal view
@@ -1,5 +1,5 @@ name:                free-functors-version:             0.6.1+version:             0.6.1.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@@ -25,6 +25,7 @@  extra-source-files:   examples/*.hs+  CHANGELOG  Library   HS-Source-Dirs: