Merge pull request #62876 from endgame/unbreak-reflex

haskellPackages.reflex: dontCheck
This commit is contained in:
Peter Simons 2019-06-14 17:21:46 +02:00 committed by GitHub
commit 6917433fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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;

View file

@ -8146,7 +8146,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