Skip to content

Commit

Permalink
Add top-level binding type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Feb 4, 2019
1 parent a9de42c commit ce278d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Web/Slack/MessageParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type MegaparsecError = Dec

#if MIN_VERSION_megaparsec(7,0,0)
#else
anySingle :: ParsecT MegaparsecError Text Identity (Token Text)
anySingle = anyChar
#endif

Expand Down

0 comments on commit ce278d5

Please sign in to comment.