Vaclav Svejcar

Results 28 comments of Vaclav Svejcar

Hi, try to use `import upickle.default._` in your code, that solved the same issue for me.

Same problem here, I'm able to reproduce this error with [this project](https://github.com/vaclavsvejcar/headroom) that contains test files.

@fendor Thanks for the response. It's possible this issue is macOS-specific, it also seems it may be related to #1541 where the issue author obviously also uses macOS, the error...

Oh I see :-D Anyway let me know if you'll need some more info about the error or environment I use. Unfortunately I have absolutely no clue how HIE works...

One more thing, I tried HIE 1.0.0.0 with my other Haskell projects and it works fine there, but these (AFAIK) don't use any libraries using native code. So maybe the...

Unfortunately I don't remember which libraries exactly (if any) I had to install using Homebrew. Maybe can you post the error log here?

@fendor Any luck with macOS testing? Do you need any help from my side?

@fendor Tried again with GHC 8.6.5 and HIE 1.1 and this is still an issue. It's unfortunate because it makes HIE unusable for projects with external C libraries (such as...

Just fyi, I was able to build `brittany` from `master` (`0aa04af`) using following `stack.yaml`: ```yaml resolver: nightly-2022-01-15 extra-package-dbs: [] flags: {} packages: - "." extra-deps: - butcher-1.3.3.2 - data-tree-print-0.1.0.2 -...

@tfausak Do you have any idea if there's any workaround for this? Usually it makes brittany unusable for any code containing comments in export list. Or if you could point...