Merge pull request #62876 from endgame/unbreak-reflex
haskellPackages.reflex: dontCheck
This commit is contained in:
commit
6917433fb2
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -8146,7 +8146,6 @@ broken-packages:
|
|||
- refh
|
||||
- refined
|
||||
- reflection-extras
|
||||
- reflex
|
||||
- reflex-animation
|
||||
- reflex-backend-wai
|
||||
- reflex-basic-host
|
||||
|
|
Loading…
Reference in a new issue