I believe you need 5.04 or greater to get the hierarchical libraries. You might try just using "Monad" instead of "Control.Monad.Identity" with 5.02.2, but I can't guarentee anything. Even better: upgrade GHC :)
- Hal -- Hal Daume III "Computer science is no more about computers | [EMAIL PROTECTED] than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume On Wed, 30 Oct 2002, Jason Smith wrote: > Hi > > Yes Andrew, I'm using the TernaryTrie that u created.....I tired the > suggestion that Alastair gave me regarding the use of -package data but it > still complained saying that it could not find module > Control.Monad.Identity... > > How are u compiling it? Note that I'm using ghc 5.02.2 on windows. > > Thanks > Jason. > > > G'day all. > > > > On Mon, Oct 28, 2002 at 08:47:08AM +0000, Alastair Reid wrote: > > > > > (btw There were some remarks that Chris's library might be dropped > > > from distributions because no-one is supporting it. I don't recall > > > whether a decision was made on this.) > > > > If Jason is using a version of Edison that requires > > Control.Monad.Identity, it's almost certainly the HFL version, which > > is indeed supported (by me, mostly). > > > > However it is very alpha (especially the interface), so I wouldn't > > recommend packaging it at the moment. In particular, Hugs is not > > currently a Supported Platform(tm). > > > > Cheers, > > Andrew Bromage > > _______________________________________________ > > 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 > _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
