Re: [ANNOUNCE] GHC 8.6.5-rc1 is now available

2019-04-11 Thread Jens Petersen
On Tue, 9 Apr 2019 at 12:54, Jens Petersen wrote: > I don't see any source tarball... Okay I see one has been uploaded, thanks. Jens ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Getting Rewrite Rules from ModGuts

2019-04-11 Thread Bill Hallahan
Thanks Brandon! Unfortunately, I don't think this is right (or at least it's not sufficient.) If I change the code to use:    _ <- setSessionDynFlags $ gopt_set flags Opt_EnableRewriteRulesI still read in 0 rewrite rules.(Unless I'm setting the wrong flag/not enough flags?)Bill Main.hs

Re: Getting Rewrite Rules from ModGuts

2019-04-11 Thread Brandon Allbery
You might need to enable optimization for RULES to get picked up at all. On Thu, Apr 11, 2019 at 11:03 PM Bill Hallahan wrote: > Hi, > > I'm trying to use the GHC API (8.2.2) to extract the rewrite rules from a > module, but have run into some difficulties. I've written the following > code

Getting Rewrite Rules from ModGuts

2019-04-11 Thread Bill Hallahan
Hi, I'm trying to use the GHC API (8.2.2) to extract the rewrite rules from a module, but have run into some difficulties. I've written the following code (all code is also attached as files): module Main where import GHC import GHC.Paths import HscTypes main :: IO ()

Re: [ANNOUNCE] GHC 8.6.5-rc1 is now available

2019-04-11 Thread Ben Gamari
Merijn Verstraaten writes: > There doesn't appear to be a bindist for CentOS 7 (nor for 8.6.4, despite > 8.6.3 having one). > We do not yet have CI automation to produce CentOS 7 builds. I have opened !758 fixing this. Cheers, - Ben signature.asc Description: PGP signature