Bug#509724: ghc does not compile programs using Data.IntSet

2008-12-26 Thread Duncan Coutts
> On Thu, Dec 25, 2008 at 03:47:03PM +0300, Pavel Shramov wrote: > > Adding '-package containers' to command line solves Your problem. > > Right, it does. Thanks. > > This is probably not a bug then. Sorry, my mistake. > Although the behaviour of GHC in this area has clearly changed compared t

Bug#509724: ghc does not compile programs using Data.IntSet

2008-12-25 Thread Pavel Shramov
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): undef

Bug#509724: ghc does not compile programs using Data.IntSet

2008-12-25 Thread Joris van Rantwijk
Package: ghc6 Version: 6.8.2-7 Severity: important 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). Example Haskell program: import Data.IntSet main = let q = empty in do if notMe