[Haskell-cafe] ghc package problem
Ben Millwood
haskell at benmachine.co.uk
Fri Apr 16 14:56:57 EDT 2010
On Fri, Apr 16, 2010 at 2:40 PM, Phyx <lonetiger at gmail.com> wrote:
> 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.
More information about the Haskell-Cafe
mailing list