Alexei Pastuchov
Alexei Pastuchov
I've faced similar issue on NixOS 18.09. ```bash $ stack install ghc-mod --no-copy-bins Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for ghc-mod-5.8.0.0: Cabal-2.4.1.0...
A comment about or behind the import line or thomesing? ```haskell -- Graphics.Rendering.Chart.Backend.Cairo is a part of Chart-cairo package import Graphics.Rendering.Chart.Backend.Cairo ```
me too
Run in the issue because of `-DCMAKE_INSTALL_PREFIX=` and resolved it as suggested by `-DgRPC_ZLIB_PROVIDER=package`
hlint [starterApp/Main.hs](https://github.com/vacationlabs/haskell-webapps/blob/master/UI/ReflexFRP/starterApp/Main.hs) complians about missing of `MultiParamTypeClasses`
I used a workaround to build diesel with mariadb https://stackoverflow.com/questions/61505861/crate-with-diesel-and-mysql-dependencies-no-longer-compiles-against-mariadb-afte
setting `LC_ALL` solves the issue on NixOS also. ```bash $ nixos-version 18.09.2266.aabc61049c0 (Jellyfish) $ asciinema --version asciinema needs a UTF-8 native locale to run. Check the output of `locale` command....
Going to close the issue. ~Solved it by purging `~/.cargo` directory and repeating the build procedure again.~
Going to reopen the issue because it's unresolved.
Update of the crate `x86_64` and removing of `build-std` solved the issue. ``` 21:03 $ git diff .cargo/ basic/ diff --git a/example-kernels/.cargo/config.toml b/example-kernels/.cargo/config.toml index 92cee48..37efe54 100644 --- a/example-kernels/.cargo/config.toml +++ b/example-kernels/.cargo/config.toml...