-
We only test very simple source inputs (ex., `pass` and `1`). Adding code examples that reflect complete examples of structures we generate would allow us to better validate correctness.
-
At the moment, in order to bump your `hackage.nix` you have to bump your `haskell.nix`. This is fine, but it feels like a bit of a code smell: why do I have to bump the tool which processes `hackage.n…
-
I am trying to set up `neuron` in my home-manager config as adviced in [21](https://github.com/srid/neuron/issues/21). On my system the dependency clay isn't built due to test errors (see below), so I…
-
I'm planning to release the new runner for Codewars during this week (maybe early next week depending on how things goes) and wanted to let Codewars users know about the changes.
The preview site use…
-
**Describe the bug**
When trying to build my Haskell development from nixpkgs revision 10100a97c8964e82b30f180fda41ade8e6f69e41, a build failure of *haddock-api* causes the build to fail.
(I suppos…
-
Hi,
I searched in the previous issues but couldn't find any related issue.
I do not manage to use haskell-language-server on itself 🤔 Basically I wanted to start hacking/looking at the code, and…
-
QuickCheck-2.13 (Grandfathered dependencies) is out of bounds for:
- [ ] ChasingBottoms-1.3.1.5 (>=2.10 && < 2.13). Grandfathered dependencies.. Used by: library, test-suite
- [x] active-0.2.0.13 (>…
-
```
$ nix run nixpkgs.nix-info -c nix-info -m
- system: `"x86_64-linux"`
- host os: `Linux 4.4.0-17134-Microsoft, Arch Linux, noversion`
- multi-user?: `no`
- sandbox: `no`
- version: `nix-…
-
For all the input tests (InputReading-id1, InputBounds-id2, etc) it's stated that it's a manual test - I assume this is because the input is from the keyboard.
I think it is possible for you to run…
-
Hey,
Noticed Xeno depends on `hspec` for building its library. Isn't that superfluous as it's only used in tests?