Mango The Fourth

Results 295 comments of Mango The Fourth

> Leaves us with a dist-newstyle/packagedb/ghc-8.10.7/bla-0.1.0.0-inplace.conf and dist-newstyle/packagedb/ghc-8.10.7/bla-0.1.0.0-inplace-blabla.conf. Unfortunately I can't see anything in these that links bla to the sublib. Comparing them to the ones in ghc-pkg list for...

Something I was wondering, too: there's a cabal plan generated by `haskell.nix` which can be found in the `maybeJson` outpath of the `plan-nix` derivation. I wonder whether we can somehow...

[I also opened an issue on the cabal repo to find out about the inner workings of package resolving](https://github.com/haskell/cabal/issues/8481)

Also if that wasn't clear - I am of course happy to implement the proposed change myself. The typescript code is very simple and you basically just end up mounting...

> are the GHC sessions of the various clients isolated from each other inside HLS? What happens if one of the buffers runs random IO stuff using TemplateHaskell, or declares...

Also what I don't quite understand is; if we disregard overlapping instances, we get exactly `MonadIO`, right, because for any `Monad m` we instantly discharge into `MonadIO`, except if we...

perhaps I need to rephrase my issue here; currently, afaict, there's no way to escape from PQ but using IO; there's no way to actually interpret the SQL queries in...

that's a good idea, I will do that then :)

I am. I think we’re blocked by servant-qc (release, I have updated it) but I don’t know, let me check; will get to it this week perhaps ;)