summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-wai/default.nix
blob: 1341bf198c96ba83fa0dcf3f0f9e72374db914fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, aesonQq, caseInsensitive, doctest, hspec2
, hspecMeta, httpTypes, markdownUnlit, scotty, text, transformers
, wai, waiExtra
}:

cabal.mkDerivation (self: {
  pname = "hspec-wai";
  version = "0.3.0";
  sha256 = "0wkzv406jiyi8ais3g0addm66274y1pvy55gypmnhwx5rp2kr6fb";
  buildDepends = [
    aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
    wai waiExtra
  ];
  testDepends = [
    aeson caseInsensitive doctest hspec2 hspecMeta httpTypes
    markdownUnlit scotty 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;
  };
})