haskell.packages.ghc881.foundation: fix build

This commit is contained in:
Vaibhav Sagar 2019-08-29 14:01:37 -04:00 committed by Peter Simons
parent c5c538942d
commit 25ac083d25

@ -157,4 +157,5 @@ self: super: {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/polyparse-1.12.1.patch"; url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/polyparse-1.12.1.patch";
sha256 = "01b2gnsq0x4fd9na8zpk6pajym55mbz64hgzawlwxdw0y6681kr5"; sha256 = "01b2gnsq0x4fd9na8zpk6pajym55mbz64hgzawlwxdw0y6681kr5";
}); });
foundation = dontCheck super.foundation;
} }