haskell-hspec-wai: disable builds because it depends on broken hspec2

This commit is contained in:
Peter Simons 2014-08-28 18:15:54 +02:00
parent 1e7885f9c2
commit 1851efa1a7

View file

@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})