haskellPackages.idris: Fix build

Can build with default megaparsec now
This commit is contained in:
Silvan Mosberger
2019-08-19 10:52:30 +02:00
committed by Peter Simons
parent e19b227166
commit 2c69d30e29
2 changed files with 1 additions and 9 deletions
@@ -710,15 +710,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.override {
# Needed for versions <= 1.3.1 https://github.com/idris-lang/Idris-dev/pull/4610
megaparsec = self.megaparsec_6_5_0;
}))
doJailbreak (dontCheck super.idris)
);
# https://github.com/bos/math-functions/issues/25