On 8/19/06, Joel Reymont <joelr1@gmail.com> wrote:
Thanks Esa! And what patch is this?
/usr/local/bin/ghc -H16m -O -istage1/utils -istage1/basicTypes - istage1/types -istage1/hsSyn -istage1/prelude -istage1/rename - istage1/typecheck -istage1/deSugar -istage1/coreSyn -istage1/ specialise -istage1/simplCore -istage1/stranal -istage1/stgSyn - istage1/simplStg -istage1/codeGen -istage1/main -istage1/ profiling -istage1/parser -istage1/cprAnalysis -istage1/ ndpFlatten -istage1/iface -istage1/cmm -istage1/nativeGen - istage1/ghci -Istage1 -DGHCI -DBREAKPOINT -package template-haskell - threaded -package readline -DUSE_READLINE -cpp -fglasgow-exts -fno- generics -Rghc-timing -I. -IcodeGen -InativeGen -Iparser -package unix -ignore-package lang -recomp -Rghc-timing -H16M '-#include "cutils.h"' -i../compat -ignore-package Cabal -c ghci/ ByteCodeLink.lhs -o stage1/ghci/ByteCodeLink.o -ohi stage1/ghci/ ByteCodeLink.hi
ghci/ByteCodeLink.lhs:161:4: `getBounds' is not a (visible) method of class `MArray'
ghci/ByteCodeLink.lhs:161:40: Not in scope: `getBounds' <<ghc: 41585012 bytes, 8 GCs, 2832740/5554788 avg/max bytes residency (2 samples), 18M in use, 0.00 INIT (0.00 elapsed), 0.09 MUT (0.16 elapsed), 0.08 GC (0.09
Erk. I thought you shouldn't see this...ghci is getting built on stage1? Well, anyway, I think that was in patch Wed Aug 9 19:30:12 FLE Standard Time 2006 Esa Ilari Vuokko <ei@vuokko.info> * Remove HasBounds-instance and implement MArray.getBounds instead HTH, --Esa