free-functors 0.6.3.1 → 0.6.3.2
raw patch · 2 files changed
+13/−10 lines, 2 filesdep ~constraintsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: constraints
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−3
- free-functors.cabal +7/−7
CHANGELOG view
@@ -1,16 +1,19 @@ CHANGELOG +0.6.3.1 -> 0.6.3.2+ - Updated to constraints 0.4+ 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)- + 0.6.1 -> 0.6.1.1 - Added a changelog- + 0.6 -> 0.6.1 - Updated to comonad-4.0 - Added convert to Data.Functor.HCofree
free-functors.cabal view
@@ -1,6 +1,6 @@ name: free-functors-version: 0.6.3.1-synopsis: Provides free functors that are adjoint to functors that forget class constraints. +version: 0.6.3.2+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 there were no interesting forgetful functors.@@ -28,21 +28,21 @@ CHANGELOG Library- HS-Source-Dirs: + HS-Source-Dirs: src- - exposed-modules: ++ exposed-modules: Data.Functor.Cofree, Data.Functor.Free, Data.Functor.HCofree, Data.Functor.HFree - default-language: + default-language: Haskell2010 build-depends: base >= 4.4 && < 5,- constraints >= 0.3.2 && < 0.4,+ constraints >= 0.3.2 && < 0.5, transformers >= 0.2.0.0 && < 0.5, comonad >= 4.0 && < 4.3, void >= 0.4 && < 0.7,