haskell-simple-sendfile: update to version 0.2.14

This commit is contained in:
Peter Simons 2014-04-17 21:13:22 +02:00
parent 808b19b3fc
commit 9d4cfd51d5

View file

@ -1,11 +1,15 @@
{ cabal, conduit, hspec, HUnit, network, networkConduit }:
{ cabal, conduit, conduitExtra, hspec, HUnit, network
, networkConduit, resourcet
}:
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.2.13";
sha256 = "03cgbzfhkih1ln1xb78r1hfh6zzjjj6763n9nzr9cj6bxs0fiqd3";
buildDepends = [ network ];
testDepends = [ conduit hspec HUnit network networkConduit ];
version = "0.2.14";
sha256 = "00k9cachx7y4811b71f8p468kx018hzvpvw6jgf7zmjhc9v922ni";
buildDepends = [ network resourcet ];
testDepends = [
conduit conduitExtra hspec HUnit network networkConduit resourcet
];
doCheck = false;
meta = {
description = "Cross platform library for the sendfile system call";