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

This commit is contained in:
Peter Simons 2014-11-01 18:26:42 +01:00
parent f13d57e1aa
commit df43671a24

View file

@ -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;
};
})