mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell-warp: update to version 1.3.1
This commit is contained in:
parent
69074bf98b
commit
2c4011974d
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||
, conduit, httpTypes, liftedBase, network, networkConduit
|
||||
, simpleSendfile, transformers, unixCompat, wai
|
||||
, simpleSendfile, transformers, unixCompat, void, wai
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "warp";
|
||||
version = "1.3.0.1";
|
||||
sha256 = "0bgmz2kd2z9agpid0w2whfz1cyrmiaiyap20za1l56d88m0p1z45";
|
||||
version = "1.3.1";
|
||||
sha256 = "12f4v080v8jgm02swqbbgq9yvbajmbr8ja2p6ljc7bhf3rkpwplr";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit httpTypes
|
||||
liftedBase network networkConduit simpleSendfile transformers
|
||||
unixCompat wai
|
||||
unixCompat void wai
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/yesodweb/wai";
|
||||
|
|
Loading…
Reference in a new issue