haskellPackages.termonad: dontCheck on arm because of doctests

This commit is contained in:
(cdep)illabout 2021-06-21 11:59:52 +09:00
parent 4329d39319
commit 7bd01900a5
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -78,6 +78,7 @@ self: super: {
schedule = dontCheck super.schedule;
static = dontCheck super.static;
strict-writer = dontCheck super.strict-writer;
termonad = dontCheck super.termonad;
trifecta = dontCheck super.trifecta;
twiml = dontCheck super.twiml;
twitter-conduit = dontCheck super.twitter-conduit;