packages feed

shakespeare 0.10.0 → 0.10.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Shakespeare/Base.hs view
@@ -80,7 +80,7 @@     return res   where     delim = (many1 (char ' ') >> return())-            <|> lookAhead (char '(' >> return ())+            <|> lookAhead (oneOf "(\"" >> return ())     derefOp = try $ do         _ <- char '('         x <- many1 $ noneOf " \t\n\r()"
shakespeare.cabal view
@@ -1,5 +1,5 @@ name:            shakespeare-version:         0.10.0+version:         0.10.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>