[Haskell-beginners] Error Loading Stdm.lhs in Haskell platform 2012
Stephen Tetley
stephen.tetley at gmail.com
Tue Sep 4 22:36:29 CEST 2012
I think the preferred command line invocation is:
> ghci -XHaskell98
Strangely this seems to be missing in the GHC docs for Flags.
On 4 September 2012 17:40, Stephen Tetley <stephen.tetley at gmail.com> wrote:
> I can't find the exact command to use in the GHC docs to enable H98,
> but you could try the following old flag which disables GHCs
> extensions:
>
>> ghci -fno-glasgow-exts
More information about the Beginners
mailing list