haskell-hspec-wai: does not compile because hspec2 is broken

This commit is contained in:
Peter Simons
2014-11-01 21:08:05 +01:00
parent f13d57e1aa
commit df43671a24
@@ -18,5 +18,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;
};
})