Re: Removing -fext-core

2014-04-30 Thread Johan Tibell
+1 ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Removing -fext-core

2014-04-30 Thread Austin Seipp
For people keeping score, I created a branch with this already done the other day: https://github.com/ghc/ghc/tree/wip/kill-extcore Again, unless someone speaks up *real* soon, I'm probably going to get rid of it before the end of the week - so your timeframe is something like 72 hours to make a

Re: how to compile non-dynamic ghc-7.8.2 ?

2014-04-30 Thread harry
John Lato-2 wrote > I'd like to compile ghc-7.8.2 with DynamicGhcPrograms disabled Are you able to use template haskell (and qusiquoting) with this? Don't they need dynamic libs? -- View this message in context: http://haskell.1045720.n5.nabble.com/how-to-compile-non-dynamic-ghc-7-8-2-tp574841

Re: [core libraries] Re: Tightening up on inferred type signatures

2014-04-30 Thread Edward Kmett
Er.. my mistake. Control.Applicative. That is what it is we don't re-export that is used in Traversal. =) On Wed, Apr 30, 2014 at 2:47 AM, Edward Kmett wrote: > Not sure. > > An even simpler case is something like exporting a Traversal but not > exporting Data.Traversable, which appears in the