Re: darcs patch: Forgot to import Data.List.find

2007-09-12 Thread Simon Marlow
[EMAIL PROTECTED] wrote: Wed Sep 12 16:33:46 CEST 2007 [EMAIL PROTECTED] * Forgot to import Data.List.find Looks like Ben & I clashed on this file. I'll validate this fix and push, thanks. Cheers, Simon ___ Cvs-ghc mailing list Cvs-ghc

darcs patch: Forgot to import Data.List.find

2007-09-12 Thread v . dijk . bas
Wed Sep 12 16:33:46 CEST 2007 [EMAIL PROTECTED] * Forgot to import Data.List.find New patches: [Forgot to import Data.List.find [EMAIL PROTECTED] { hunk ./compiler/nativeGen/RegSpillClean.hs 45 -import Data.List( nub ) +import Data.List( find, nub ) } Context: [foldl1' was ad