3
0
Fork 0
forked from mirrors/nixpkgs

haskell-simple-sendfile: update to version 0.2.13

This commit is contained in:
Peter Simons 2013-10-13 10:14:31 +02:00
parent 60116c5c2c
commit 2bb93a3bcc

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.2.12";
sha256 = "019n82700fbhsqxgn1cwfqii27r436gljis7yl02zjnzy7xlvrha";
version = "0.2.13";
sha256 = "03cgbzfhkih1ln1xb78r1hfh6zzjjj6763n9nzr9cj6bxs0fiqd3";
buildDepends = [ network ];
testDepends = [ conduit hspec HUnit network networkConduit ];
doCheck = false;