RE: [Haskell-cafe] ghc package problem

2010-04-17 Thread Phyx
] Sent: Saturday, April 17, 2010 00:45 To: Phyx Cc: 'Ben Millwood'; haskell-cafe@haskell.org; daniel.is.fisc...@web.de Subject: Re: [Haskell-cafe] ghc package problem Stupid question: are you trying to build this package/use ghci as the same user that has haskell-src-exts installed as a us

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
> that. > > -Original Message- > From: thebenmach...@googlemail.com > [mailto:thebenmach...@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 pac

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Ivan Lazar Miljenovic
Message- > From: thebenmach...@googlemail.com [mailto:thebenmach...@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

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
afe@haskell.org Subject: Re: [Haskell-cafe] ghc package problem On Fri, Apr 16, 2010 at 2:40 PM, Phyx 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\Phy

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
2010 16:10 To: Phyx; haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] ghc package problem Am Freitag 16 April 2010 15:40:38 schrieb Phyx: > For the first part > > $ cat foo.hs > module Main (main) where > > import Language.Haskell.Exts > > main :: IO () > main = print $

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
ilto:thebenmach...@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 wrote: > So same error. This isn't just limited

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Ben Millwood
On Fri, Apr 16, 2010 at 2:40 PM, Phyx 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

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Daniel Fischer
Am Freitag 16 April 2010 15:40:38 schrieb Phyx: > For the first part > > $ cat foo.hs > module Main (main) where > > import Language.Haskell.Exts > > main :: IO () > main = print $ readExtensions "BangPatterns" > > $ ghc --make foo.hs > > foo.hs:3:8: > Could not find module `Language.Haskell.Ex

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
andom-1.0.0.2 syb-0.1.0.3 tar-0.3.1.0 time-1.2.0.1 -Original Message- From: Ivan Lazar Miljenovic [mailto:ivan.miljeno...@gmail.com] Sent: Friday, April 16, 2010 15:07 To: Phyx Cc: daniel.is.fisc...@web.de; haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] ghc package

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Daniel Fischer
Am Freitag 16 April 2010 15:06:55 schrieb Phyx: > I'm using cabal install, > > $ ghc --make -O2 WinDll > > WinDll\Lib\NativeMapping.hs:51:18: > Could not find module `Language.Haskell.Exts': > Use -v to see a list of the files searched for. > > Is the error message I get when I try to jus

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Ivan Lazar Miljenovic
iel.is.fisc...@web.de] > Sent: Friday, April 16, 2010 13:36 > To: haskell-cafe@haskell.org > Cc: Phyx > Subject: Re: [Haskell-cafe] ghc package problem > > Am Freitag 16 April 2010 11:28:54 schrieb Phyx: >> Hi all, >> >> >> >> I'm having a rather w

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
de [mailto:daniel.is.fisc...@web.de] Sent: Friday, April 16, 2010 14:42 To: Phyx Cc: haskell-cafe@haskell.org Subject: Re: [Haskell-cafe] ghc package problem Am Freitag 16 April 2010 14:06:16 schrieb Phyx: > (sorry for the duplication, forgot to reply to the mailing list too) > > Well, I d

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Daniel Fischer
error message? > > -Original Message- > From: daniel.is.fisc...@web.de [mailto:daniel.is.fisc...@web.de] > Sent: Friday, April 16, 2010 13:36 > To: haskell-cafe@haskell.org > Cc: Phyx > Subject: Re: [Haskell-cafe] ghc package problem > > Am Freitag 16 April 2010 11:

RE: [Haskell-cafe] ghc package problem

2010-04-16 Thread Phyx
10 13:36 To: haskell-cafe@haskell.org Cc: Phyx Subject: Re: [Haskell-cafe] ghc package problem Am Freitag 16 April 2010 11:28:54 schrieb Phyx: > Hi all, > > > > I'm having a rather weird problem, > > > > Ghc-pkg list shows a package installed but doing a ghc -make will

Re: [Haskell-cafe] ghc package problem

2010-04-16 Thread Daniel Fischer
Am Freitag 16 April 2010 11:28:54 schrieb Phyx: > Hi all, > > > > I'm having a rather weird problem, > > > > Ghc-pkg list shows a package installed but doing a ghc -make will give > an error saying that It can't find a module that's supposed to be in the > installed package. > > > > And cabal insta