haskell-hwsl2: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-07-17 18:01:41 +02:00
parent 317dd06aa4
commit 5e4f1adc8a
2 changed files with 4 additions and 4 deletions

View File

@ -619,10 +619,6 @@ self: super: {
# https://github.com/jwiegley/simple-conduit/issues/2
simple-conduit = markBroken super.simple-conduit;
# https://github.com/srijs/hwsl2/issues/1
hwsl2 = markBroken super.hwsl2;
hwsl2-reducers = dontDistribute super.hwsl2-reducers;
# https://code.google.com/p/linux-music-player/issues/detail?id=1
mp = markBroken super.mp;

View File

@ -268,4 +268,8 @@ self: super: {
# Inexplicable haddock failure
# https://github.com/gregwebs/aeson-applicative/issues/2
aeson-applicative = dontHaddock super.aeson-applicative;
# GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1.
hwsl2 = dontCheck super.hwsl2;
}