applicative-numbers 0.0.4 → 0.0.5
raw patch · 1 files changed
+3/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
applicative-numbers.cabal view
@@ -1,5 +1,5 @@ name: applicative-numbers-version: 0.0.4+version: 0.0.5 cabal-version: >= 1.2 synopsis: Applicative-based numeric instances category: Data, Numerical@@ -7,6 +7,8 @@ Any applicative functor can be given numeric instances in a boilerplate way. The /applicative-numbers/ package provides an include file that makes it a snap to define these instances.+ See @src/ApplicativeNumeric-inc.hs@ for details and+ @src/Data/Numeric/Function.hs@ for an example. . Project wiki page: <http://haskell.org/haskellwiki/applicative-numbers> .