mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
haskell-wai-test: update to version 1.3.1
This commit is contained in:
parent
3c3b5b6199
commit
907afc0938
@ -1,16 +1,17 @@
|
||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||
, conduit, cookie, httpTypes, HUnit, network, text, transformers
|
||||
, wai
|
||||
, conduit, cookie, hspec, httpTypes, HUnit, network, text
|
||||
, transformers, wai
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai-test";
|
||||
version = "1.3.0.5";
|
||||
sha256 = "0v0x1sk7q36xy8syinc96y1jsyjvw6756cich4hxq86l2jfbgccw";
|
||||
version = "1.3.1";
|
||||
sha256 = "0dw9lbwb27yr3953ill0r727ivqav5b2ica8gbaalvnh3h5c8akg";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit cookie
|
||||
httpTypes HUnit network text transformers wai
|
||||
];
|
||||
testDepends = [ hspec wai ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||
description = "Unit test framework (built on HUnit) for WAI applications";
|
||||
|
Loading…
Reference in New Issue
Block a user