packages feed

singletons 2.0.0.1 → 2.0.0.2

raw patch · 3 files changed

+7/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,6 +1,10 @@ Changelog for singletons project ================================ +2.0.0.2+-------+ * Fix fixity of `*`.+ 2.0.0.1 -------  * Make haddock work.
singletons.cabal view
@@ -1,5 +1,5 @@ name:           singletons-version:        2.0.0.1+version:        2.0.0.2                 -- Remember to bump version in the Makefile as well cabal-version:  >= 1.10 synopsis:       A framework for generating singleton types@@ -38,7 +38,7 @@ source-repository this   type:     git   location: https://github.com/goldfirere/singletons.git-  tag:      v2.0.0.1+  tag:      v2.0.0.2  library   hs-source-dirs:     src
src/Data/Singletons/Prelude/Num.hs view
@@ -47,7 +47,7 @@       (+), (-), (*)       :: a -> a -> a       infixl 6 +       infixl 6 --      infixl 6 *+      infixl 7 *       -- Unary negation.       negate              :: a -> a       -- Absolute value.