|
Text.ParserCombinators.Parsec requires -package text.: msg#00021lang.haskell.glasgow.bugs
With ghc ParsecTest.hs -o pt you get a link-time failure, because it looks as if the base package Text.ParserCombinators.Parsec depends somehow on the package "text". module Main where import Text.ParserCombinators.Parsec ch = char 'C' main = do seq ch (return ())_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: ghci forgets to close files sometimes, Simon Marlow |
|---|---|
| Next by Date: | Re: Text.ParserCombinators.Parsec requires -package text., Ross Paterson |
| Previous by Thread: | ghci forgets to close files sometimes, Josef Svenningsson |
| Next by Thread: | Re: Text.ParserCombinators.Parsec requires -package text., Ross Paterson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |