haskell-inline-c: disable test suite to avoid around quickcheck failure

This commit is contained in:
Peter Simons 2018-03-12 09:51:49 +01:00
parent 74e40b0671
commit 7337a20f64

View File

@ -1006,4 +1006,7 @@ self: super: {
# Needs turtle >=1.5.0, which we don't have by default in lts-10.x.
changelogged = super.changelogged.override { turtle = self.turtle_1_5_5; };
# https://github.com/fpco/inline-c/issues/72
inline-c = dontCheck super.inline-c;
}