building head fails in main/GHC.hs:2223:50
Simon Marlow
simonmarhaskell at gmail.com
Wed May 2 05:38:25 EDT 2007
Claus Reinke wrote:
>
> ../compiler/stage1/ghc-inplace -H32m -O2 -istage2/utils
> -istage2/basicTypes -istage2/types -istage2/hsSyn -istage2/prelude
> -istage2/rename -istage2/typecheck -istage2/deSugar -istage2/coreSyn
> -istage2/specialise -istage2/simplCore -istage2/stranal
> -istage2/stgSyn -istage2/simplStg -istage2/codeGen -istage2/main
> -istage2/profiling -istage2/parser -istage2/cprAnalysis
> -istage2/ndpFlatten -istage2/iface -istage2/cmm -istage2/nativeGen
> -istage2/ghci -Istage2 -DGHCI -package template-haskell
> -DGHCI_TABLES_NEXT_TO_CODE -threaded -cpp -fglasgow-exts -fno-generics
> -Rghc-timing -I. -Iparser -package Win32 -package Cabal -ignore-package
> lang -recomp -Rghc-timing -H16M '-#include "cutils.h"' -package-name
> ghc-6.7.20070501 -fgenerics -c main/GHC.hs -o stage2/main/GHC.o
> -ohi stage2/main/GHC.hi
>
>
> main/GHC.hs:2223:50:
>
> Couldn't match expected type `InteractiveContext'
>
> against inferred type `[Name]'
Hmm, I haven't seen that particular error, but it certainly looks like my fault.
I'll look into it, thanks.
Cheers,
Simon
More information about the Cvs-ghc
mailing list