free 1.8.0.1 → 1.8.0.3
raw patch · 1 files changed
+7/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- free.cabal +7/−1
free.cabal view
@@ -1,6 +1,6 @@ name: free category: Control, Monads-version: 1.8.0.1+version: 1.8.0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -18,6 +18,12 @@ location: git://github.com/ekmett/free.git library+ other-extensions:+ MultiParamTypeClasses+ FunctionalDependencies+ FlexibleInstances+ UndecidableInstances+ build-depends: base >= 4 && < 5, distributive >= 0.2 && < 0.3,