Re: Reading source annotations during type checking

2016-12-19 Thread Alan & Kim Zimmerman
I did, and thought I saw a reply. They are captured in the AST. data AnnDecl name = HsAnnotation SourceText -- Note [Pragma source text] in BasicTypes (AnnProvenance name) (Located (HsExpr name)) Alan On Tue, Dec 20, 2016 at 2:54 AM, Ben Gamari

Re: Reading source annotations during type checking

2016-12-19 Thread Ben Gamari
Alan, did you see this? Alejandro Serrano Mena writes: > Dear GHC devs, > Is there a way to retrieve "source annotations" (as defined by > https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/extending_ghc.html#source-annotations) > during type checking. In

Re: Will directory 1.3.0.0 be shipped with GHC 8.0.2?

2016-12-19 Thread Ben Gamari
Andrés Sicard-Ramírez writes: > Dear all, > > I got directory 1.3.0.0 after installing GHC 8.0.2 RC2 (which hasn't > been announced) using: > The source release went out last week. I'll likely announce the availability of builds tomorrow or Wednesday. Indeed GHC 8.0.2 will

Will directory 1.3.0.0 be shipped with GHC 8.0.2?

2016-12-19 Thread Andrés Sicard-Ramírez
Dear all, I got directory 1.3.0.0 after installing GHC 8.0.2 RC2 (which hasn't been announced) using: $ git clone http://git.haskell.org/ghc.git $ cd ghc $ git checkout ghc-8.0.2-rc $ git submodule update --init $ perl boot $ ./configure $ make $ make install Will GHC 8.0.2 do a