haskell-hspec2: mark 'broken' because of https://github.com/hspec/hspec/issues/187
This commit is contained in:
parent
b722b4c90f
commit
7fec14e74a
@ -25,5 +25,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Alpha version of Hspec 2.0";
|
description = "Alpha version of Hspec 2.0";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user