free-functors 0.6.3.2 → 0.6.3.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~voidPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: void
API changes (from Hackage documentation)
Files
- free-functors.cabal +2/−2
free-functors.cabal view
@@ -1,5 +1,5 @@ name: free-functors-version: 0.6.3.2+version: 0.6.3.3 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@@ -45,7 +45,7 @@ constraints >= 0.3.2 && < 0.5, transformers >= 0.2.0.0 && < 0.5, comonad >= 4.0 && < 4.3,- void >= 0.4 && < 0.7,+ void >= 0.4 && < 0.8, algebraic-classes >= 0.5 && < 0.6, template-haskell >= 2.8.0.0 && < 2.9.1