-
The ghc 8.10.5 release has some bugs with darwin support, which have been eventually fixed in 8.10.7.
It would be great to have the ghc (and ghcjs ) bumped to 8.10.7.
-
### Describe the bug
The `haskellPackages.http2`, which is a dependency of e.g. cachix, doesn't build on aarch64-darwin.
### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix build git…
-
When I try to build with stack the following errors occur:
Building library for Carnap-Server-0.0.0..
[36 of 50] Compiling Util.Handler
/home/iserin/Carnap/Carnap-Server/Util/Handler.hs:61:25: er…
-
Is it possible to provide the following ?
Open vscode in sample-app-jsaddle directory and have haskell-language-server plugin (vscode) working... so having refactorings, type docs, Go To definition…
clojj updated
3 years ago
-
Building at head (commit e4cd4232a31f6371c761acd93853702f4c7ca74c) I see:
```
[ 87 of 577] Compiling Reg ( ghc/compiler/nativeGen/Reg.hs, dist/build/Reg.o, dist/build/Reg.dyn_o )
[ 88 …
-
hello there, the setup that i'm currently using is: (lorri+direnv+emacs-direnv), I got miso working with that setup in the shell.nix file without too much problems, but i'm not sure how to generically…
-
### Steps to reproduce
```
nix flake init -t 'github:vic/mk-darwin-system#minimal'
nix run . -- check
nix log /nix/store/7zvr2mnwyzlsa58ghfhz4is2hvqn6q78-xml-conduit-1.9.1.1.drv
```
### Resu…
-
`ghcjs-boot --dev` fails (branch ghc-8.0). I am using ghc-8.0.1 on linux mint.
> Warning: Topdown solver is deprecated
> cabal: Entering directory './boot/ghc-prim'
> [1 of 1] Compiling Main …
-
Hi,
i'm trying to build a project which requires some flags to be set for one of its dependencies.
If i set the required flags `nix build` builds as expected, however `nix develop` fails with the …
paumr updated
2 years ago
-
Hello There,
Whenever I follow the regular instructions: https://github.com/dmjio/miso#nix , I'm able to get miso and callCabal2Nix working fine, but whenever I try to configure this with my (direnv+…