haskell-simple-sendfile: update to version 0.2.7

This commit is contained in:
Peter Simons 2012-09-10 15:08:23 +02:00
parent 2040c25c3d
commit 6ab66d48fe

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "simple-sendfile";
version = "0.2.6";
sha256 = "1bv8lmpp1h89kx614ijyi5kyqsf4nj75zdarjwxm7is6ixp3rnha";
version = "0.2.7";
sha256 = "0chjcn6j5irzjqid3nhh2ya395aqavcar3ygzd01z96ha1nl4dbw";
buildDepends = [ network ];
meta = {
description = "Cross platform library for the sendfile system call";