Re: [Haskell] Re: ANNOUNCE: GHC version 6.10.2

2009-04-02 Thread Benjamin L . Russell
On Thu, 02 Apr 2009 10:42:50 +0100, Duncan Coutts
 wrote:

>On Thu, 2009-04-02 at 13:47 +0900, Benjamin L.Russell wrote:
>> On Wed, 1 Apr 2009 18:48:13 -0700, Lyle Kopnicky 
>> wrote:
>> 
>> >Great! But what happened to the time package? It was in 6.10.1. Has it been
>> >intentionally excluded from 6.10.2?
>
>Yes, the maintainer of the time package asked for it to be removed:
>
>> Can I remove the time package from the GHC build process? I
>> want to update it but I don't want to deal with GHC's
>> autotools stuff or break the GHC build.
>
>
>> Then I should probably hold off on installing the new version for now.
>> Any estimate on when this problem will be fixed?
>
>The time package will be part of the first platform release (assuming we
>get enough volunteers to do the platform release!)
>
>In the mean time you can just:
>
>$ cabal install time

Okay; no problem.

I just read through the Release notes for version 6.10.2 (see
http://haskell.org/ghc/docs/6.10.2/html/users_guide/release-6-10-2.html),
however, and noticed that the removal of the time package hadn't been
documented there.  Perhaps this information should be included?

-- Benjamin L. Russell
-- 
Benjamin L. Russell  /   DekuDekuplex at Yahoo dot com
http://dekudekuplex.wordpress.com/
Translator/Interpreter / Mobile:  +011 81 80-3603-6725
"Furuike ya, kawazu tobikomu mizu no oto." 
-- Matsuo Basho^ 

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ghc-pkg check problem in 6.10.2

2009-04-02 Thread David Waern
2009/4/2 Simon Marlow :
> I just noticed that the new 'ghc-pkg check' feature exposes a silly mistake
> in the definition of the rts package that we ship with GHC 6.10.2:
>
> $ ghc-pkg check
> There are problems in package rts-1.0:
>  include-dirs: PAPI_INCLUDE_DIR doesn't exist or isn't a directory
>
> ...
>
> To fix it, issue this command:
>
>  $ ghc-pkg describe rts | sed 's/PAPI_INCLUDE_DIR//' | ghc-pkg update -
>
> and now "ghc-pkg check" should give no errors:
>
>  $ ghc-pkg check
>  $
>
> (Except on Windows, where there also seems to be a problem with the Haddock
> package.  Haddock itself is ok, but the Haddock library has some problems
> with its registration.)

Oh, which problems?

David
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


ghc-pkg check problem in 6.10.2

2009-04-02 Thread Simon Marlow
I just noticed that the new 'ghc-pkg check' feature exposes a silly mistake 
in the definition of the rts package that we ship with GHC 6.10.2:


$ ghc-pkg check
There are problems in package rts-1.0:
  include-dirs: PAPI_INCLUDE_DIR doesn't exist or isn't a directory

...

To fix it, issue this command:

 $ ghc-pkg describe rts | sed 's/PAPI_INCLUDE_DIR//' | ghc-pkg update -

and now "ghc-pkg check" should give no errors:

 $ ghc-pkg check
 $

(Except on Windows, where there also seems to be a problem with the Haddock 
package.  Haddock itself is ok, but the Haddock library has some problems 
with its registration.)


Cheers,
Simon

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: [Haskell] Re: ANNOUNCE: GHC version 6.10.2

2009-04-02 Thread Duncan Coutts
On Thu, 2009-04-02 at 13:47 +0900, Benjamin L.Russell wrote:
> On Wed, 1 Apr 2009 18:48:13 -0700, Lyle Kopnicky 
> wrote:
> 
> >Great! But what happened to the time package? It was in 6.10.1. Has it been
> >intentionally excluded from 6.10.2?

Yes, the maintainer of the time package asked for it to be removed:

> Can I remove the time package from the GHC build process? I
> want to update it but I don't want to deal with GHC's
> autotools stuff or break the GHC build.


> Then I should probably hold off on installing the new version for now.
> Any estimate on when this problem will be fixed?

The time package will be part of the first platform release (assuming we
get enough volunteers to do the platform release!)

In the mean time you can just:

$ cabal install time


Duncan

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users