breakage with Cabal-1.6

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Sat Oct 11 14:19:52 EDT 2008


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
-------------- next part --------------

New patches:

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

Context:

[monadUserState
alcremi at pobox.com**20080902075531
 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 <dons at galois.com>**20080718224320] 
[Untabify
Don Stewart <dons at galois.com>**20080718224243] 
[doc fix
Simon Marlow <simonmar at microsoft.com>**20080218092857] 
[fix small doc bug, pointed out by Ben Challenor [bdc25 at cam.ac.uk]
Simon Marlow <simonmar at microsoft.com>**20071219085223] 
[add release instructions
Simon Marlow <simonmar at microsoft.com>**20071114150257] 
[TAG 2.2 release
Simon Marlow <simonmar at microsoft.com>**20071101141613] 
Patch bundle hash:
24ca734b06b45071f760f601001ac1e5587d90f6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: happy-cabal-compat.dpatch
Type: application/octet-stream
Size: 1790 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20081011/cc54dbe8/happy-cabal-compat.obj


More information about the Glasgow-haskell-users mailing list