-
```
$ nix-build nix/stackage2nix
these derivations will be built:
/nix/store/6zycxh4iczz9qxzffyb7ickackcjl68f-stm-2.4.4.1.drv
/nix/store/02n9vy745g7ca51b9ifaiw44pfml1ng9-stm-chans-3.0.0.4.drv
…
-
When I am going to install a dependency, I am getting this error
```
$ spago repl
[info] Installing 32 dependencies.
[info] Installing "control"
[info] Installing "const"
[info] Installing "ei…
-
Scalaz 8 has been discussed for a long time. Now with the Scalaz project reverted to being motivated by its original progressive goals, some of the long-standing issues could be addressed with an inco…
-
-
trying to publish https://github.com/purescript-open-community/purescript-open-drawing/blob/d00dd77c2fc381309bb292ab84b5dede3150a77c/lib/spago.yaml#L1
```sh
~/projects/purescript-open-drawing …
-
Here's the complete output from make:
```
alex --version 2>/dev/null >/dev/null || cabal install alex
happy --version 2>/dev/null >/dev/null || cabal install happy
cabal install --user --enable-tests…
-
I'm building a haskell cabal project that uses [Relude](https://github.com/kowainik/relude#relude) as the standard library.
In the project's `.cabal` file, I have a [mixins stanza](https://github.c…
-
I'm trying to use ecta via the [ecta-plugin](https://github.com/Tritlo/ecta-plugin/blob/main/Plugin/ECTA/Plugin.hs), but when I use it for `Prelude` it complains about
```
compare: unexpected RecI…
-
I have an old 32bit machine that's very low on memory. Many things don't build successfully and the things that do aren't built particularly fast. So I set up a remote builder:
```
toonn@toxsol x86_…
-
Currently `Optic` uses 4 type variables for `s t a b` and thus is not a category. However conceptually `Optic` seems like a pretty ideal `Category`. So I figured I'd at least bring up the possibility.…