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 attached. Their Setup.lhs now works with 1.2,
1.4 and 1.6 (1.6.0.1).


Duncan
New patches:

[Fix to make Setup.lhs compile with Cabal-1.2, 1.4 and 1.6
Duncan Coutts <[EMAIL PROTECTED]>**20081011181133] {
hunk ./Setup.lhs 7
-import Distribution.Simple.Setup ( BuildFlags(..) )
+import Distribution.Simple.Setup ( BuildFlags(..), buildVerbose )
}

Context:

[monadUserState
[EMAIL PROTECTED]
 add the monadUserState wrapper, and its variant
 monadUserState-bytestring, allowing to define a custom state monad in
 the lex specification
] 
[Add support for efficient lexing of strict bytestrings
Don Stewart <[EMAIL PROTECTED]>**20080718224320] 
[Untabify
Don Stewart <[EMAIL PROTECTED]>**20080718224243] 
[doc fix
Simon Marlow <[EMAIL PROTECTED]>**20080218092857] 
[fix small doc bug, pointed out by Ben Challenor [EMAIL PROTECTED]
Simon Marlow <[EMAIL PROTECTED]>**20071219085223] 
[add release instructions
Simon Marlow <[EMAIL PROTECTED]>**20071114150257] 
[TAG 2.2 release
Simon Marlow <[EMAIL PROTECTED]>**20071101141613] 
Patch bundle hash:
24ca734b06b45071f760f601001ac1e5587d90f6

Attachment: happy-cabal-compat.dpatch
Description: Binary data

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

Reply via email to