packages feed

attoparsec 0.8.5.2 → 0.8.5.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/Attoparsec/Number.hs view
@@ -64,7 +64,7 @@     (-) = binop (((I$!).) . (-)) (((D$!).) . (-))     {-# INLINE (-) #-} -    (*) = binop (((I$!).) . (+)) (((D$!).) . (+))+    (*) = binop (((I$!).) . (*)) (((D$!).) . (*))     {-# INLINE (*) #-}      abs (I a) = I $! abs a
attoparsec.cabal view
@@ -1,5 +1,5 @@ name:            attoparsec-version:         0.8.5.2+version:         0.8.5.3 license:         BSD3 license-file:    LICENSE category:        Text, Parsing