Yeah, it is an old article. I was just trying to run the first example from this article.
Using "import Data.List.Utils" instead of "import MissingH.List" fixed the error. Good you mentioned that List is not in MissingH module anymore. Thanks, Siddharth On Sat, May 21, 2011 at 4:51 PM, Stephen Tetley <[email protected]> wrote: > Form Hackage it looks as though the module MissingH.List no longer > exists in the MissingH package - note the linked article is from 2005. > > What is the code you are trying to compile? > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
