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

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 co

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 director

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