package lang
Bulat Ziganshin
bulat.ziganshin at gmail.com
Sat Jul 8 02:11:57 EDT 2006
Hello Bulat,
Saturday, July 8, 2006, 8:00:52 AM, you wrote:
>> which refers to a package called "lang".
> it was a part of ghc 6.4, but gone in 6.5. try to remove this package
i'va found this package sources. all these modules now are part of
'base' package, they just has different names, say ArrayBase ->
Data.Array.Base. you should just omit this package from .cabal file and
change import statements to mention new hierarchical names of the same
modules
> I looked in the list of packages at:
> http://www.haskell.org/ghc/dist/stable/docs/libraries/index.html
look at http://www.haskell.org/ghc/dist/stable/docs/hslibs/index.html
which lists old H98-style packages which uses plain names of modules
look at info about each module - it says which new module form Base
package supersedes it
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Glasgow-haskell-users
mailing list