haskell-hspec-wai: update to version 0.3.0.1
This commit is contained in:
parent
30b88f5f61
commit
8c6bb74e07
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-wai";
|
pname = "hspec-wai";
|
||||||
version = "0.3.0";
|
version = "0.3.0.1";
|
||||||
sha256 = "0wkzv406jiyi8ais3g0addm66274y1pvy55gypmnhwx5rp2kr6fb";
|
sha256 = "0c04gh32xnvyz0679n7jhp1kdcn7lbkb7248j6lh28irsh84dvp8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
||||||
wai waiExtra
|
wai waiExtra
|
||||||
@ -21,6 +21,5 @@ 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…
Reference in New Issue
Block a user