summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-wai/default.nix
blob: cb817c6df43e8bd0309566179ec1b43358feb58f (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
, httpTypes, QuickCheck, text, transformers, wai, waiExtra
}:

cabal.mkDerivation (self: {
  pname = "hspec-wai";
  version = "0.6.2";
  sha256 = "0nia4hz41g4264mn4s5j8dn9dh0xhdf1gym92wvjmy43rhj3qpzb";
  buildDepends = [
    caseInsensitive hspecCore hspecExpectations httpTypes text
    transformers wai waiExtra
  ];
  testDepends = [
    caseInsensitive hspec hspecCore hspecExpectations httpTypes
    QuickCheck text transformers wai waiExtra
  ];
  meta = {
    description = "Experimental Hspec support for testing WAI applications";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})