logo       

Text.ParserCombinators.Parsec requires -package text.: msg#00021

lang.haskell.glasgow.bugs

Subject: Text.ParserCombinators.Parsec requires -package text.

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>
Google Custom Search

News | FAQ | advertise