boomerang 1.3.2 → 1.3.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Boomerang/Texts.hs +1/−1
- boomerang.cabal +2/−2
Text/Boomerang/Texts.hs view
@@ -255,7 +255,7 @@ isComplete :: [Text] -> Bool isComplete [] = True isComplete [t] = Text.null t-+isComplete _ = False -- | run the parser --
boomerang.cabal view
@@ -1,10 +1,10 @@ Name: boomerang-Version: 1.3.2+Version: 1.3.3 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com Maintainer: partners@seereason.com-Bug-Reports: http://bugzilla.seereason.com/+Bug-Reports: http://code.google.com/p/happstack/issues/list Category: Parsing, Text Synopsis: Library for invertible parsing and printing Description: Specify a single unified grammar which can be used for parsing and pretty-printing