Merge branch 'master' of git://github.com/soenkehahn/nixpkgs

Update haskell-wai and haskell-warp
This commit is contained in:
Shea Levy 2014-06-19 11:08:32 -04:00
commit e0de0bc470
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "wai"; pname = "wai";
version = "3.0.0.1"; version = "3.0.0.2";
sha256 = "1f8alq4lygjdb4pzb7xm6jml3dviygk18siwfwb751va3j2fmi0v"; sha256 = "1zmpalgck8jns45wnlarw26kfw45ml0cp82kdqqpbckscxnr04r1";
buildDepends = [ blazeBuilder httpTypes network text vault ]; buildDepends = [ blazeBuilder httpTypes network text vault ];
testDepends = [ blazeBuilder hspec ]; testDepends = [ blazeBuilder hspec ];
meta = { meta = {

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "warp"; pname = "warp";
version = "3.0.0.1"; version = "3.0.0.3";
sha256 = "05x216fj7s1i963xipi0p7vmkz5l0nma1fjqiq040fg3rngw4yqb"; sha256 = "0lhmhgbza49lkbay6ydj5h1g04qzs4jx2wyq4bhddjrpmxsdsy2y";
buildDepends = [ buildDepends = [
blazeBuilder caseInsensitive hashable httpDate httpTypes network blazeBuilder caseInsensitive hashable httpDate httpTypes network
simpleSendfile streamingCommons text unixCompat void wai simpleSendfile streamingCommons text unixCompat void wai