jrp2014

Results 28 comments of jrp2014

Many thanks. That was v helpful and allowed me to clean up further to: ```haskell 58 addExplicitExports 59 :: DynFlags 60 -> [AvailInfo] 61 -> (Anns, Located (HsModule GhcPs)) 62...

Thanks. Noted. To come back to the original original question, it'd be great to have some fuller top-level documentation or examples of the use of this library and where the...

This would be a good feature to have, so that it is easier to get the likes of the vim plugin `ale` to pick up the correct current ghc configuration...

To answer my own issue, the problem seem to be with the `dflags` that are set in `initDynFlagsPure` (perhaps when some language extensions are set in the cabal file, supplemented...

Hi, I've had a go at rewriting smuggler https://github.com/jrp2014/smuggler using the approach that I mentioned in another exchange, namely getting ghc to do the hard work and grafting back the...

Happy to revert the changes that you have identified above. The next task will be to update the networking; a good few usages seem to be deprecated with the recommendation...

I thought that I'd addressed Simon's comments. Let me know if you need anything more.