packages feed

haskell-src-exts 1.7.1 → 1.7.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskell-src-exts.cabal view
@@ -1,5 +1,5 @@ Name:                   haskell-src-exts-Version:                1.7.1+Version:                1.7.2 License:                BSD3 License-File:           LICENSE Author:                 Niklas Broberg
src/Language/Haskell/Exts/Lexer.hs view
@@ -416,6 +416,7 @@     lexWhile isSpace     i <- lexWhile isDigit     lexWhile isSpace+    matchChar '"' "Improperly formatted LINE pragma"     _ <- lexString     lexWhile isSpace     mapM (flip matchChar "Improperly formatted LINE pragma") "#-}"