MarcC

Results 18 comments of MarcC

Hi, I'm trying to apply the `use_target_attributes: false` using lts-16.12 (latest fpco/stack docker image) and it's giving me the error ``` - Package 'cryptonite' does not define the following flags...

Ah no, I scrolled through this thread too quickly without reading and thought this was a fix for glibc issue. I am having the error with GLIBC_2.27 not working so...

I have the same issue on os x (vim 8.0 compiled with python3) using vim plug. Pathogen is installed and everything. The rest seems to work just fine it is...

Hi! Thanks for the fast response. I never explicitly installed hie-bios, I just installed the vscode plugin. It doesn't seem to be in path so it's hard to check which...

``` [client] run command: "haskell-language-server-wrapper --lsp -d" [client] debug command: "haskell-language-server-wrapper --lsp -d" [client] server cwd: undefined Module "/home/me/Projects/myproject/myproject/a" is loaded by Cradle: Cradle {cradleRootDir = "/home/me/Projects/myproject/myproject", cradleOptsProg = CradleAction:...

I just tried it, so I ran ``` stack repl --package temporary *Paths_myProject> import System.IO.Temp *Paths_myProject System.IO.Temp> withSystemTempFile "test" (\fp _ -> print fp) "/tmp/test9-0" ``` And yeah I don't...

Sure, minimal example here https://github.com/MarcCoquand/someExample Stack version is Version 2.5.1, Git revision d6ab861544918185236cf826cb2028abb266d6d5 x86_64 hpack-0.33.0

Hmm ok, Should this issue be raised in Haskell Stack then or is it a problem with haskell-language-server?

Hmm, the development container is just the default one from here https://hub.docker.com/r/fpco/stack-build/ But I could try a custom build and mount `/tmp`? EDIT: So I set up my own dockerfile...

I tried adding it globally, but it didn't seem to work. ``` const _ = require('lodash') Error: Cannot find module 'lodash' Require stack: - at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15) at Function.Module._load (internal/modules/cjs/loader.js:746:27)...