-
### Describe the bug
`haskellPackages.hercules-ci-cnix-store` fails to build on M1 macs.
### Steps To Reproduce
Steps to reproduce the behavior:
1. `git checkout 46ae6833a2103fab58b63045114a14ca…
-
ghc-8.6.5 needs conditional cabal logic :(
Damn you GHCJS! 8.10.7 will hopefully be out soon so I don't have to deal with this
-
:
```
setupCompilerEnvironmentPhase
Build with /nix/store/n5z7zr3jl1k96wcrrjqlc5bxdhjc1i69-ghc-8.10.4.
unpacking sources
unpacking source archive /nix/store/3v18axdzzvy9gwffd5rmgg54h6s6r45r-alp…
-
Consider the following minimal project: https://github.com/bradrn/haskell-nix-test. It uses GHC 8.10.7 and depends on `finite-typelits`, a library which would not normally be found in a typical instal…
-
### Describe the bug
### Steps To Reproduce
Steps to reproduce the behavior:
1. checkout nixos-unstable (https://github.com/NixOS/nixpkgs/tree/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58)
2. run …
-
The issue seems to be with `Streamly.Internal.Unicode.Stream` module with the latest commit (c9232b0e25d895d268eb9f38a6b1fa0e01b75dc6) in that file. On the previous commit it works.
-
The current process of getting a Stack Haskell application build on ARM is rather... tricky:
https://github.com/blitzcode/hue-dashboard/#raspberry-pi
I'd love for Stack to have an official ARM bindi…
-
We have the flag to restrict heap for benchmarks and test compilation, but not for the library. We have an instance where ghcjs failed with out-of-memory. Should implement this flag for library as wel…
-
Hi! I was interested in the project so I tried `nix-build` on aarch64-darwin. Got this:
log
```
@nix { "action": "setPhase", "phase": "setupCompilerEnvironmentPhase" }
setupCompilerEnvironme…
-
Hi! I'm trying to use an internal library in my project, but it seems ghcjs can never find the modules it exposes when I try to import them in my executable component. Normal ghc does work. It seems w…