
In ghc 6.4, I used Data.Graph.Inductive (aka FGL): % ghc-pkg list /usr/lib/ghc-6.4/package.conf: ... fgl-5.2, ... In ghc 6.6, it seems it disappeared. ghc-pkg list does not show it, the compiler says "Could not find module `Data.Graph.Inductive'" but it is still documented in http://www.haskell.org/ghc/docs/latest/html/libraries/index.html and the ghc 6.6 changelog does not mention its removal.

On Mon, Nov 06, 2006 at 09:37:32PM +0100,
Stephane Bortzmeyer
In ghc 6.6, it seems it disappeared.
OK, sorry for the false alarm, I've found it: http://www.haskell.org/ghc/dist/6.6/ghc-6.6-src-extralibs.tar.bz2 For those who use the Debian packages, you'll need the package libghc6-fgl-dev (which is not yet in Debian "testing", while ghc 6.6 is; so, for Haskell programmers, you may have to choose between "stable" and "unstable" and avoid "testing" for the time being).
participants (1)
-
Stephane Bortzmeyer