On Mon, Mar 23, 2015 at 6:13 AM, Mark Lentczner <[email protected]> wrote: > exceptions & multipart - needed by cgi - is exceptions now subsumed by > something in transformers? and... multipart? maybe time to drop cgi? We > didn't have it last time anyway as it wouldn't compile!
Multipart was pulled out of cgi just to get access to it, so if you want, you can include it by the same logic as network-uri (except that it wasn't exposed before). Erik _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
