haskellPackages.reflex: dontCheck
Reflex uses hlint in its test suite, failing the build if there are any lint warnings. hlint depends on a newer haskell-src-exts than the rest of the nixpkgs haskell infrastructure, so this avoids reflex dependening on multiple versions of haskell-src-exts, which would otherwise abort the build.
This commit is contained in:
parent
aea4b4a030
commit
5e411564cb
2 changed files with 1 additions and 1 deletions
|
@ -357,6 +357,7 @@ self: super: {
|
||||||
pwstore-cli = dontCheck super.pwstore-cli;
|
pwstore-cli = dontCheck super.pwstore-cli;
|
||||||
quantities = dontCheck super.quantities;
|
quantities = dontCheck super.quantities;
|
||||||
redis-io = dontCheck super.redis-io;
|
redis-io = dontCheck super.redis-io;
|
||||||
|
reflex = dontCheck super.reflex; # test suite uses hlint, which has different haskell-src-exts version
|
||||||
rethinkdb = dontCheck super.rethinkdb;
|
rethinkdb = dontCheck super.rethinkdb;
|
||||||
Rlang-QQ = dontCheck super.Rlang-QQ;
|
Rlang-QQ = dontCheck super.Rlang-QQ;
|
||||||
safecopy = dontCheck super.safecopy;
|
safecopy = dontCheck super.safecopy;
|
||||||
|
|
|
@ -8097,7 +8097,6 @@ broken-packages:
|
||||||
- refh
|
- refh
|
||||||
- refined
|
- refined
|
||||||
- reflection-extras
|
- reflection-extras
|
||||||
- reflex
|
|
||||||
- reflex-animation
|
- reflex-animation
|
||||||
- reflex-backend-wai
|
- reflex-backend-wai
|
||||||
- reflex-basic-host
|
- reflex-basic-host
|
||||||
|
|
Loading…
Reference in a new issue