[Haskell-cafe] [ANNOUNCEMENT] xmobar 0.14
Brandon Allbery
allbery.b at gmail.com
Sun Dec 11 00:31:19 CET 2011
On Sat, Dec 10, 2011 at 18:25, Peter Simons <simons at cryp.to> wrote:
> previous versions of xmobar used to compile fine with GHC 6.10.4, but
> the new version no longer does:
>
> src/Parsers.hs:163:52:
> Couldn't match expected type `Char' against inferred type `[Char]'
> Expected type: GenParser Char st Char
> Inferred type: GenParser Char st String
> In the second argument of `($)', namely `wrapSkip $ string "Run"'
> In a stmt of a 'do' expression:
> notFollowedBy $ wrapSkip $ string "Run"
>
xmobar currently requires parsec 3.x; the above is the symptom of building
it against 2.x.
--
brandon s allbery allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111210/9093c331/attachment.htm>
More information about the Haskell-Cafe
mailing list