forked from mirrors/nixpkgs
haskell-warp: update to version 2.1.3
This commit is contained in:
parent
4246511556
commit
d1fc054b02
|
@ -1,22 +1,22 @@
|
|||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||
, conduit, doctest, hashable, hspec, HTTP, httpDate, httpTypes
|
||||
, HUnit, liftedBase, network, networkConduit, QuickCheck
|
||||
, simpleSendfile, time, transformers, unixCompat, void, wai
|
||||
, simpleSendfile, text, time, transformers, unixCompat, void, wai
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "warp";
|
||||
version = "2.1.2";
|
||||
sha256 = "15630g8qzshn2620qsdki1nwr4bkapqz0k2bls0yxyblvw0fn9cf";
|
||||
version = "2.1.3";
|
||||
sha256 = "00861dimzvbbqx3pbpihfml8k2fkvsw8kda7mkkix59xqsjwc1nz";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||
httpDate httpTypes liftedBase network networkConduit simpleSendfile
|
||||
transformers unixCompat void wai
|
||||
text transformers unixCompat void wai
|
||||
];
|
||||
testDepends = [
|
||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit doctest
|
||||
hashable hspec HTTP httpDate httpTypes HUnit liftedBase network
|
||||
networkConduit QuickCheck simpleSendfile time transformers
|
||||
networkConduit QuickCheck simpleSendfile text time transformers
|
||||
unixCompat void wai
|
||||
];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue