packages feed

uu-parsinglib 2.7.3.1 → 2.7.3.2

raw patch · 3 files changed

+7/−2 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

src/Text/ParserCombinators/UU/BasicInstances.hs view
@@ -7,7 +7,8 @@               UndecidableInstances,               NoMonomorphismRestriction,               TypeSynonymInstances,-              ScopedTypeVariables #-}+              ScopedTypeVariables,+              TypeOperators #-}  -- | This module contains basic instances for the class interface described in the "Text.ParserCombinators.UU.Core" module. --   It demonstates how to construct and maintain a state during parsing. In the state we store error messages, 
src/Text/ParserCombinators/UU/CHANGELOG.hs view
@@ -1,5 +1,9 @@ -- | This module just contains the CHANGELOG --+-- Version 2.7.3.2+--+-- made TypeOperators explicit as required by GHC 7.4+-- -- Version 2.7.3.1 -- -- fixed corner case when combining to failing parsers during grammar analysis; probably useful error message is now gone
uu-parsinglib.cabal view
@@ -1,5 +1,5 @@ Name:                uu-parsinglib-Version:             2.7.3.1+Version:             2.7.3.2 Build-Type:          Simple License:             MIT Copyright:           S Doaitse Swierstra