packages feed

applicative-numbers 0.0.7 → 0.0.8

raw patch · 2 files changed

+5/−4 lines, 2 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.7+version:             0.0.8 cabal-version:       >= 1.2 synopsis:            Applicative-based numeric instances category:            Data, Numerical
src/Data/Numeric/Function.hs view
@@ -9,7 +9,7 @@ -- Maintainer  :  conal@conal.net -- Stability   :  experimental -- --- Vector types+-- Numeric instances for functions ----------------------------------------------------------------------  module Data.Numeric.Function () where@@ -18,10 +18,11 @@ import Control.Applicative (Applicative(..),liftA2)  {---------------------------------------------------------------------    Numeric instances, via the applicative-numbers package+    Numeric instances for functions, via the applicative-numbers package --------------------------------------------------------------------} --- Generate Eq, Ord & Enum, but not Show+-- Generate bogus (error-producing) Eq, Ord & Enum, but not Show, which+-- comes from Text.Show.Functions #define INSTANCE_Eq #define INSTANCE_Ord #define INSTANCE_Enum