packages feed

algebraic-classes 0.7 → 0.7.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,5 +1,9 @@+0.7 -> 0.7.1+- Update for GHC 8.0.2+  - Updated to template-haskell-2.11.1.0+   0.6 -> 0.7-- Update for GHC 7.10+- Update for GHC 8.0   - Updated to base-4.9.0.0   - Updated to template-haskell-2.11.0.0   - Updated to syb-0.6
algebraic-classes.cabal view
@@ -1,5 +1,5 @@ name:                algebraic-classes-version:             0.7+version:             0.7.1 synopsis:            Conversions between algebraic classes and F-algebras. description:         Algebraic classes are type classes where all the methods return a value of the same type, which is also the class parameter.                      Examples from @base@ are @Num@ and @Monoid@.@@ -38,7 +38,7 @@   build-depends:       base == 4.9.*     , syb == 0.6.*-    , template-haskell == 2.11.0.*+    , template-haskell == 2.11.*  source-repository head   type:     git