ad 0.40 → 0.40.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Numeric/AD/Internal/Classes.hs +1/−1
- ad.cabal +1/−1
Numeric/AD/Internal/Classes.hs view
@@ -199,7 +199,7 @@ abs1 = lift1 abs signum1 signum1 = lift1 signum (const zero) fromRational1 = lift . fromRational- (/!) = lift2 (/) $ \x y -> (recip1 y, x)+ (/!) = lift2 (/) $ \x y -> (recip1 y, x *! negate1 (square1 y)) recip1 = lift1 recip (negate1 . square1) pi1 = lift pi
ad.cabal view
@@ -1,5 +1,5 @@ name: ad-version: 0.40+version: 0.40.1 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010,