Bryan O'Sullivan wrote:
On Mon, Oct 13, 2008 at 1:58 AM, Simon Marlow <[EMAIL PROTECTED]> wrote:
Thanks! New versions of Alex & Happy uploaded.
Where to? I only see 2.3 on Hackage, and haskell.org claims that Alex
is still at 2.2.
Just on Hackage for the time being, I'll update the web pag
On Mon, Oct 13, 2008 at 1:58 AM, Simon Marlow <[EMAIL PROTECTED]> wrote:
> Thanks! New versions of Alex & Happy uploaded.
Where to? I only see 2.3 on Hackage, and haskell.org claims that Alex
is still at 2.2.
___
Glasgow-haskell-users mailing list
Glas
Duncan Coutts wrote:
On Fri, 2008-10-10 at 16:13 +0100, Simon Marlow wrote:
As far as I can see, you could export a compatibility shim called
buildVerbose without any difficulty,
Done.
all I have to do is remove the explicit import list. Or is there a
better fix you had in mind?
Patches
On Fri, 2008-10-10 at 16:13 +0100, Simon Marlow wrote:
> As far as I can see, you could export a compatibility shim called
> buildVerbose without any difficulty,
Done.
> all I have to do is remove the explicit import list. Or is there a
> better fix you had in mind?
Patches for alex and happy
Duncan Coutts wrote:
* alex-2.2
* happy-1.17
Imports buildVerbose from Distribution.Simple.Setup ( BuildFlags(..) )
however the flag has been renamed to buildVerbosity and with a different
type. I would export a compat function but it would not help here since
the Setup script expec
> * Takusen-0.8.3
>
> Imports writeHookedBuildInfo from Distribution.PackageDescription
>
> While the fix
> for these three packages' Setup scripts is trivial, there is not fix
> that will make them compile with old and new versions of the lib.
For Takusen I'd be happy to fix the Setup and
On Thu, 2008-10-09 at 11:55 -0700, Duncan Coutts wrote:
> All,
>
> I'm trying to do a Cabal-1.6 release, in time for ghc-6.10.
>
> Here's an interim update.
>
> There are 7 packages on hackage where the latest version has a Setup.hs
> script that works with Cabal-1.4 but does not compile with Ca
On Fri, 2008-10-10 at 01:26 +0200, Alfonso Acosta wrote:
> On Thu, Oct 9, 2008 at 8:55 PM, Duncan Coutts
> <[EMAIL PROTECTED]> wrote:
> > * ForSyDe-3.0
> >
> > Uses the copyDest field from CopyFlags. These record types now use an
> > equivalent of Maybe so they can be empty rather than always
On Thu, Oct 9, 2008 at 8:55 PM, Duncan Coutts
<[EMAIL PROTECTED]> wrote:
> * ForSyDe-3.0
>
> Uses the copyDest field from CopyFlags. These record types now use an
> equivalent of Maybe so they can be empty rather than always containing a
> default value. It's useful, but also kind of annoying
I could say, it's only three packages broken, it's all ok. While the fix
for these three packages' Setup scripts is trivial, there is no fix
that will make them compile with old and new versions of the lib.
Suggestions welcome.
Cabal-version-dependent Setup.hs?-)
http://hackage.haskell.or
10 matches
Mail list logo