dvda 0.3.2 → 0.3.2.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Dvda/Expr.hs +1/−0
- dvda.cabal +1/−1
Dvda/Expr.hs view
@@ -312,6 +312,7 @@ Just x' -> abs x' negate (EConst x) = EConst (negate x)+ negate (ENum (Sub x y)) = y - x negate (ENum (FromInteger k)) = ENum (FromInteger (negate k)) negate (EFractional (FromRational r)) = EFractional (FromRational (negate r)) negate (ENum (Negate x)) = x
dvda.cabal view
@@ -1,5 +1,5 @@ Name: dvda-Version: 0.3.2+Version: 0.3.2.1 License: BSD3 License-file: LICENSE Author: Greg Horn