sternenseemann
sternenseemann
GHC 9.0.2 can detect the overlaping patterns for `c == '"'` and `x == '"'` here, causing the build to fail with that GHC version at the moment due to...
telegram-api builds with 1.5.6.0, but forbids it.
Due to browserify will ignore NODE_PATH on the command line. As this seems to be intended behavior, remove NODE_PATH from documentation.
**Describe the bug** ```nix let foo = 12; in # foo bar # baz bar foo ``` is reformatted to ```nix let foo = 12; in # foo bar #...
Otherwise compilation will fail with: ``` [8 of 8] Compiling Web.Spock.Core ( src/Web/Spock/Core.hs, dist/build/Web/Spock/Core.o, dist/build/Web/Spock/Core.dyn_o ) src/Web/Spock/Core.hs:26:5: error: Not in scope: type constructor or class ‘AltVar’ | 26 | AltVar...
``` Preprocessing test suite 'spocktests' for Spock-0.14.0.0.. Building test suite 'spocktests' for Spock-0.14.0.0.. [1 of 6] Compiling Web.Spock.Internal.SessionManagerSpec ( test/Web/Spock/Internal/SessionManagerSpec.hs, dist/build/spocktests/spocktests-tmp/Web/Spock/Internal/SessionManagerSpec.o ) [2 of 6] Compiling Web.Spock.Internal.SessionVaultSpec ( test/Web/Spock/Internal/SessionVaultSpec.hs, dist/build/spocktests/spocktests-tmp/Web/Spock/Internal/SessionVaultSpec.o...
With [this patch applied](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/logic/cedille/Fix-to-string.agda-to-compile-with-Agda-2.6.1.patch). ``` cd core/; make; cd ../ make[1]: Entering directory '/build/source/core' ghc -O -o ./CedilleCore -Werror -rtsopts -dynamic -i./ CedilleCore.hs --make [1 of 6] Compiling Trie (...
### Before merging - [x] What happens to the haskell4nix readthedocs? - [x] distribution-nixpkgs - [x] language-nix - [x] hackage-db - [x] Document, subtreeing process and how to recover the...
What we want to add to `haskell-ci` is: `"--hlint","--hlint-job","9.0.2","--hlint-options","-XCPP", `. We'll also want to provide a sensible `hlint.yaml` which disables some of the stupider suggestions.