-
Thank you for this project! :)
**Is your feature request related to a problem? Please describe.**
I did not manage to run HLS when developing with https://github.com/obsidiansystems/obelisk (a r…
-
https://github.com/monadfix/ormolu-live by @neongreen is a very convenient tool to make ormolu approachable. It would be nice to revive it and deploy it automatically on new releases, maybe even in th…
-
On my windows 7 machine `cabal update` command fails
```
>cabal --version
cabal-install version 2.0.0.0
compiled using version 2.0.0.2 of the Cabal library
```
```
> cabal update -v3
no us…
-
[Edit: a new star arrived, https://hackage.haskell.org/package/ansi-terminal-game, and it's portable and cool! Let's switch to it.]
This involved a lot of messy removals of CPP (but some will remai…
-
Steps to reproduce:
```
#!/usr/bin/env bash
mkdir htest && cd htest
cabal init
touch flake.nix # (& paste demo flake from tutorials/getting-started-flakes)
# remove base version from cabal f…
ghost updated
2 years ago
-
**GHC version** = 9.0.2-r1
**build.log**
```
* Package: dev-haskell/gi-harfbuzz-0.0.5
* Repository: haskell
* Maintainer: haskell@gentoo.org
* USE: abi_x86_64 amd64 elibc_gli…
-
**Is your feature request related to a problem? Please describe.**
I am on Nixos but am not sure how to setup swarm.
**Describe the solution you'd like**
A flake.nix/shell.nix with the project b…
-
Have a look at https://haddocks.haskell-miso.org/Miso-Html.html#t:VTree and inspect the link on `Object`. It points to a nix store (probably a local build product), not a URL in the internet.
-
**Describe the bug**
`cabal-install` (or `Cabal`?) doesn't know how to run tests.
**To Reproduce**
Take e.g. `splitmix` package
```
$ cabal v2-test
...
cabal: Error: Could not find test…
-
A `ghcjs` "executable" is a collection of files in a subdirectory. The subdirectory is where the normal executable would be, but it has the extension `.jsexe` and contains `all.js` among other files.…