haskell-hspec-wai: does not compile because hspec2 is broken
This commit is contained in:
parent
f13d57e1aa
commit
df43671a24
@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
||||||
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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user