
Well, it's in the user list because it can't find them in the global list.
With the exception of Haskell-src-exts all the other packages are already
available in my global list. I'll try installing global and see
-----Original Message-----
From: thebenmachine@googlemail.com [mailto:thebenmachine@googlemail.com] On
Behalf Of Ben Millwood
Sent: Friday, April 16, 2010 20:57
To: Phyx
Cc: Ivan Lazar Miljenovic; haskell-cafe@haskell.org
Subject: Re: [Haskell-cafe] ghc package problem
On Fri, Apr 16, 2010 at 2:40 PM, Phyx
So same error. This isn't just limited to HSE though, it can't find packages like random,time etc either. Keeps reinstalling them on every cabal install.
C:\Users\Phyx\AppData\Roaming\ghc\i386-mingw32-6.13.20100320\package.conf.d:
QuickCheck-2.1.0.3 WinDll-0.1.9 cpphs-1.11 ghc-paths-0.1.0.6 haskell-src-exts-1.9.0 haskell98-1.0.1.1 mtl-1.1.0.2 random-1.0.0.2 syb-0.1.0.3 tar-0.3.1.0 time-1.2.0.1
So every package you are having problems with is in your user package list? Perhaps there is some disagreement in either Cabal or GHC or both as to where those packages/that package file should be? Perhaps try a cabal install --global haskell-src-exts and see if that makes a difference, or attach --user to a configure command.