mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 00:45:25 +03:00
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:
parent
55fe0276b8
commit
35049bc155
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user