On Thu, Dec 25, 2008 at 12:58:23PM +0100, Joris van Rantwijk wrote: > GHC apparently can no longer compile programs that use the > package Data.IntSet. A few months ago, this used to work just fine > with GHC (lenny). ... skip ... > $ ghc aaa.hs > aaa.o: In function `szF_info': (.text+0x192): undefined reference to > `containerszm0zi1zi0zi1_DataziIntSet_notMember_closure' > aaa.o: In function `szF_info': (.text+0x199): undefined reference to > `containerszm0zi1zi0zi1_DataziIntSet_empty_closure' ...
Adding '-package containers' to command line solves Your problem. See [1] for details. Unfortunately ghc manpage is too brief about -package option. Pavel -- [1] http://www.haskell.org/ghc/docs/6.8.3/html/users_guide/options-phases.html#id340412 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org