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:
Jack Kelly 2019-06-09 12:12:33 +10:00
parent aea4b4a030
commit 5e411564cb
2 changed files with 1 additions and 1 deletions

View file

@ -357,6 +357,7 @@ self: super: {
pwstore-cli = dontCheck super.pwstore-cli;
quantities = dontCheck super.quantities;
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;
Rlang-QQ = dontCheck super.Rlang-QQ;
safecopy = dontCheck super.safecopy;

View file

@ -8097,7 +8097,6 @@ broken-packages:
- refh
- refined
- reflection-extras
- reflex
- reflex-animation
- reflex-backend-wai
- reflex-basic-host