[Haskell-beginners] Builds with cabal, but not with GHC

aditya siram aditya.siram at gmail.com
Wed Sep 28 17:24:05 CEST 2011


I couldn't get the configfile package to install because of issues
installing MissingH, but looking at the error messages the first thing I'd
do is to change the import list to:
import Control.Monad.Error
import Data.ConfigFile

-deech


On Wed, Sep 28, 2011 at 10:14 AM, Amy de Buitléir <amy at nualeargais.ie>wrote:

> Amy de Buitléir <amy <at> nualeargais.ie> writes:
> > Can anyone tell me how to modify the code so it will compile? Thank you
> in
> > advance.
>
> Sorry, I meant to say "Can anyone tell me how to modify the code so it will
> build in ghc[i]? It already builds with cabal.
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110928/e57e1937/attachment.htm>


More information about the Beginners mailing list