fendor
fendor
Sibling-projects such as mysql-simple resolved this issue by introducing a shim: https://github.com/paul-rouse/mysql-simple/pull/51 Any interest in an identical solution here?
Can not reproduce on win 10: ``` > cabal-store-check --with-compiler ghc --repair [ 0.00045] debug: runProcess cwd=C:\Users\Privat\AppData\Roaming\ghc ghc --info [ 0.05799] info: Reading global package db [ 0.08145] info: 32...
Thanks, misread the issue! Can reproduce!
I think this is either a problem with file extensions in `process` itself or not even a bug at all but expected behaviour on windows. The following snippet, already errors:...
We can easily introduce a work-around for it. I just think the behaviour is weird for `process`.
Searching for type instances seems to me like a thing that might be more useful in general. E.g., what type instances are exposed by a certain package for a type,...
It claims the extension https://marketplace.visualstudio.com/items?itemName=justusadam.language-haskell is unknown on windows. I didn't get to it yet, I suppose it is simply a CI error.
@michaelpj Do you think the documentation is good enough for the end user? Since cabal and HLS have been released, we ought to push this out tomorrow :)
Hi, thank you for bug report! Did you install GHCup? If yes, perhaps you need to set the path to ghcup in vscode, try in the settings: `Settings > Extensions...
Is this still an issue?