packages feed

uu-parsinglib 2.7.4.2 → 2.7.4.3

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Text/ParserCombinators/UU/CHANGELOG.hs view
@@ -1,5 +1,9 @@ -- | This module just contains the CHANGELOG --+-- Version 2.7.4.3+-- +-- Fixed bug with exact location of reporting  errors in runParser (thanks Markus Klinik)+-- -- Version 2.7.4.2 -- -- Changed a  types of execParser and runParser; thanks due to Benjamin Moseley
src/Text/ParserCombinators/UU/Utils.hs view
@@ -308,5 +308,5 @@                                 s' = map (\c -> if c=='\n' || c=='\r' || c=='\t' then ' ' else c) s                                 aboveString = replicate 30 ' ' ++ "v"                                 belowString = replicate 30 ' ' ++ "^"-                                inputFrag   = replicate (30 - c) ' ' ++ (take 71 $ drop (c - 30) s')+                                inputFrag   = replicate (30 - abs) ' ' ++ (take 71 $ drop (abs - 30) s') 
uu-parsinglib.cabal view
@@ -1,5 +1,5 @@ Name:                uu-parsinglib-Version:             2.7.4.2+Version:             2.7.4.3 Build-Type:          Simple License:             MIT Copyright:           S Doaitse Swierstra