Re: [Haskell-cafe] ghc-core 0.5 build fails

2010-01-28 Thread Brian Denheyer
On Wed, 27 Jan 2010 23:10:29 -0800
Don Stewart  wrote:

> briand:
> > Hi all,
> > 
> > ghc-core.hs:263:13:
> > Not in scope: data constructor `C.ExitException'
> > 
> > Looks like this comes from the base control.exception ?
> > 
> > When I go to the web page for control.exception, there is no
> > exitexception.
> > 
> > My reading of the hackage entry for ghc-core makes me think that
> > I've got the correct version of everything.
> > 
> > ghc is 6.10.4
> > 
> > 
> 
> Thanks for the report.  ghc-core 0.5.1 was released today, so cabal
> update; cabal install ghc-core and you should be fine.
> 

All is well, thanks !

Brian

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ghc-core 0.5 build fails

2010-01-27 Thread Ivan Lazar Miljenovic
Don Stewart  writes:
> Thanks for the report.  ghc-core 0.5.1 was released today, so cabal
> update; cabal install ghc-core and you should be fine.

Even though I told you about this problem (your overly loose base
constraint) four months ago?

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ghc-core 0.5 build fails

2010-01-27 Thread Don Stewart
briand:
> Hi all,
> 
> ghc-core.hs:263:13:
> Not in scope: data constructor `C.ExitException'
> 
> Looks like this comes from the base control.exception ?
> 
> When I go to the web page for control.exception, there is no
> exitexception.
> 
> My reading of the hackage entry for ghc-core makes me think that I've
> got the correct version of everything.
> 
> ghc is 6.10.4
> 
> 

Thanks for the report.  ghc-core 0.5.1 was released today, so cabal
update; cabal install ghc-core and you should be fine.

Cheers,
  Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] ghc-core 0.5 build fails

2010-01-27 Thread Brian Denheyer
Hi all,

ghc-core.hs:263:13:
Not in scope: data constructor `C.ExitException'

Looks like this comes from the base control.exception ?

When I go to the web page for control.exception, there is no
exitexception.

My reading of the hackage entry for ghc-core makes me think that I've
got the correct version of everything.

ghc is 6.10.4



Brian


Creating dist/build/ghc-core (and its parents)
Creating dist/build/ghc-core/ghc-core-tmp (and its parents)
/usr/bin/ghc -o dist/build/ghc-core/ghc-core --make -hide-all-packages
-i -idist/build/ghc-core/ghc-core-tmp -i. -idist/build/autogen
-Idist/build/autogen -Idist/build/ghc-core/ghc-core-tmp -optP-include
-optPdist/build/autogen/cabal_macros.h -odir
dist/build/ghc-core/ghc-core-tmp -hidir
dist/build/ghc-core/ghc-core-tmp -stubdir
dist/build/ghc-core/ghc-core-tmp -package base-4.1.0.0 -package
colorize-haskell-1.0.0 -package directory-1.0.0.3 -package
filepath-1.1.0.2 -package pcre-light-0.3.1 -package process-1.0.1.1 -O
-Wall -XPatternGuards ./ghc-core.hs
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe