mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-hspec-wai: update to version 0.6.0
This commit is contained in:
parent
5015f7d6f2
commit
656255719a
1 changed files with 8 additions and 7 deletions
|
@ -1,23 +1,24 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, caseInsensitive, hspec2, httpTypes, text, transformers
|
||||
, wai, waiExtra
|
||||
{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
|
||||
, httpTypes, text, transformers, wai, waiExtra
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hspec-wai";
|
||||
version = "0.5.1";
|
||||
sha256 = "0l2fgcxq9ca593kvi5a3g68m49wkdjrziczbk06hlb40x8vg0qw9";
|
||||
version = "0.6.0";
|
||||
sha256 = "1zynikaa57pb1npmhckfcaad1q9p4xdzll9g3yfka55yc4x59nwr";
|
||||
buildDepends = [
|
||||
caseInsensitive hspec2 httpTypes text transformers wai waiExtra
|
||||
caseInsensitive hspecCore hspecExpectations httpTypes text
|
||||
transformers wai waiExtra
|
||||
];
|
||||
testDepends = [
|
||||
caseInsensitive hspec2 httpTypes text transformers wai waiExtra
|
||||
caseInsensitive hspec hspecCore hspecExpectations httpTypes text
|
||||
transformers wai waiExtra
|
||||
];
|
||||
meta = {
|
||||
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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue