packages feed

type-natural 0.2.1.4 → 0.2.1.5

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/Type/Natural.hs view
@@ -27,9 +27,9 @@ #if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 708                           (:+$), (:+$$), (:+$$$), #endif-                          (%+), (%:+), (:*:),+                          (%+), (%:+), (:*), (:*:), #if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 708-                          (:*), (:*$), (:*$$), (:*$$$),+                          (:*$), (:*$$), (:*$$$), #endif                           (%:*), (%*), (:-:), (:-), #if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 708
type-natural.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                type-natural-version:             0.2.1.4+version:             0.2.1.5 synopsis:            Type-level natural and proofs of their properties. description:         Type-level natural numbers and proofs of their properties. homepage:            https://github.com/konn/type-natural