(No)MonoPatBinds

Ian Lynagh igloo at earth.li
Sun Nov 18 11:20:24 EST 2007


Hi all,

Does this patch:

[The extension is NoMonoPatBinds not MonoPatBinds
Duncan Coutts <duncan at haskell.org>**20071109142217] {
hunk ./Language/Haskell/Extension.hs 107
-  | MonoPatBinds
+  | NoMonoPatBinds
}

break the GHC >= 6.8 extension handling? My memory is that we allow
the strings Foo and NoFoo, for each extension constructor Foo.

I'm not sure if anyone would ever want to specify the default (e.g.
NoCPP) in a Cabal file, though.


Thanks
Ian



More information about the cabal-devel mailing list