Skip to content

Commit

Permalink
header for candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanghoon committed Apr 17, 2022
1 parent 86f91f3 commit de76eb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yapb
version: 0.2.5
version: 0.2.6
github: "kwanghoon/yapb"
license: BSD3
author: "Kwanghoon Choi"
Expand Down
2 changes: 1 addition & 1 deletion src/parserlib/CommonParserUtil.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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) "" $
Expand Down
4 changes: 2 additions & 2 deletions yapb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/kwanghoon/yapb#readme>
category: parser builder
Expand Down

0 comments on commit de76eb8

Please sign in to comment.