Tagged Questions
6
votes
3answers
575 views
Haskell Parsec compile error
I've installed Haskell via the pre built installer v6.8.2.
When trying to compile this sample file with GHC
module Main where
import Text.ParserCombinators.Parsec
import System.Environment
main :: ...