purescript 0.5.6 → 0.5.6.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
purescript.cabal view
@@ -1,5 +1,5 @@ name: purescript-version: 0.5.6+version: 0.5.6.1 cabal-version: >=1.8 build-type: Custom license: MIT
src/Language/PureScript/Parser/Declarations.hs view
@@ -394,7 +394,7 @@ <*> (C.indented *> parseBinder) parseNullBinder :: P.Parsec String ParseState Binder-parseNullBinder = C.lexeme (P.char '_') *> P.notFollowedBy C.identLetter *> return NullBinder+parseNullBinder = C.lexeme (P.char '_' *> P.notFollowedBy C.identLetter) *> return NullBinder parseIdentifierAndBinder :: P.Parsec String ParseState (String, Binder) parseIdentifierAndBinder = do