diff --git a/package.yaml b/package.yaml index dda1c47..8762879 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: yapb -version: 0.2.5 +version: 0.2.6 github: "kwanghoon/yapb" license: BSD3 author: "Kwanghoon Choi" diff --git a/src/parserlib/CommonParserUtil.hs b/src/parserlib/CommonParserUtil.hs index 4b1a662..e6ce627 100644 --- a/src/parserlib/CommonParserUtil.hs +++ b/src/parserlib/CommonParserUtil.hs @@ -955,7 +955,7 @@ _handleParseError let strList = nub [ concatStrList strList | strList <- emacsColorListList ] let rawStrListList = nub [ strList | strList <- map (map showRawEmacsColor) colorListList ] - debug (flag || True) "" $ + debug (flag || True) "Candidates:" $ multiDbg (map (debug (flag || True)) (map show colorListList_symbols)) $ debug (flag || True) "" $ diff --git a/yapb.cabal b/yapb.cabal index b4feadd..a6fea53 100644 --- a/yapb.cabal +++ b/yapb.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: d2745442916343e66c3feacbdb504a906f8fec85056a6470ff874f28d5e642ae +-- hash: c133b635fac4f9781f13419abca45b81d467bdf36d792e8884b3a6225a28e571 name: yapb -version: 0.2.5 +version: 0.2.6 synopsis: Yet Another Parser Builder (YAPB) description: A programmable LALR(1) parser builder system. Please see the README on GitHub at category: parser builder