packages feed

dvda 0.3.1 → 0.3.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Dvda.Expr: fromNeg :: (Num a, Ord a) => Expr a -> Maybe (Expr a)

Files

Dvda/Expr.hs view
@@ -24,6 +24,7 @@                  , substitute                  , sketchySubstitute                  , foldExpr+                 , fromNeg                  ) where  import Control.Applicative ( (<$>), (<*>), pure )
dvda.cabal view
@@ -1,5 +1,5 @@ Name:                dvda-Version:             0.3.1+Version:             0.3.2 License:             BSD3 License-file:        LICENSE Author:              Greg Horn