haskellPackages.megaparsec_6_5_0: Fix build

Only the tests were incompatible with GHC 8.0's MonadFail change.
Patching would be possible too, but just not doing the tests is simpler.
This commit is contained in:
Silvan Mosberger 2019-01-19 19:24:29 +01:00 committed by Peter Simons
parent 55fe0276b8
commit 35049bc155

View File

@ -720,6 +720,9 @@ self: super: {
'';
});
# A simple MonadFail patch would do too, but not doing the tests is easier
megaparsec_6_5_0 = dontCheck super.megaparsec_6_5_0;
# The standard libraries are compiled separately
idris = generateOptparseApplicativeCompletion "idris" (
doJailbreak (dontCheck super.idris)