Re: can't checkout ghc 8.6 branch correctly -- something wrong with transformers mirror repo?

2019-07-26 Thread Carter Schonwald
git clone --recursive git://git.haskell.org/ghc.git ghc-8.6.5-series -b ghc-8.6 --- not using gitlab to clone seems to be the culprit .. On Fri, Jul 26, 2019 at 2:18 PM Carter Schonwald wrote: > Hey everyone, whats wrong with the 8.6 branch? > > when i do a fresh clone, i wind up with this erro

can't checkout ghc 8.6 branch correctly -- something wrong with transformers mirror repo?

2019-07-26 Thread Carter Schonwald
Hey everyone, whats wrong with the 8.6 branch? when i do a fresh clone, i wind up with this error : $ git submodule update --init --recursive error: Server does not allow request for unadvertised object def8c55d0c47c1c40de985d83f052f3659b40cfd Fetched in submodule path 'libraries/transformers', b

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread David Eichmann
Wow, Great job, Matt and Zubin! I've managed to get this setup without issue. I'll definitely be using this in the future. - David E On 7/25/19 12:21 PM, Matthew Pickering wrote: Hi all, As some of you know I have been working on getting haskell-ide-engine working on GHC for the last few mont

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread Matthew Pickering
You can also try placing the following `hie.yaml` file in the `hadrian` subdirectory so that it works when developing hadrian. ``` cradle: {cabal: {component: "exe:hadrian"}} ``` On Fri, Jul 26, 2019 at 11:31 AM Matthew Pickering wrote: > > I noticed myself that things start going quite badly wh

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread Matthew Pickering
I noticed myself that things start going quite badly when you start opening files which are not part of the main ghc library. The workaround to this is to place a `hie.yaml` file in a subdirectory so indicate that a certain subdirectory shouldn't use the same settings as compiler. For example, I pl

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread Alp Mestanogullari
Maybe we can just remove those lines now. :-) On 26/07/2019 11:36, Sebastian Graf wrote: Hey all, What can I say, after few hours of on and off tinkering I got it to work! The hover information is incredibly helpful, as is jump to definition. It works even in modules with type and name errors!

Re: Try haskell-ide-engine on GHC!

2019-07-26 Thread Sebastian Graf
Hey all, What can I say, after few hours of on and off tinkering I got it to work! The hover information is incredibly helpful, as is jump to definition. It works even in modules with type and name errors! The error information not so much (yet), at least not compared to the shorter feedback loop