19 Nov
2007
19 Nov
'07
12:20 a.m.
Hi all, Does this patch: [The extension is NoMonoPatBinds not MonoPatBinds Duncan Coutts <duncan@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