haskell-iproute: update to version 1.2.11

This commit is contained in:
Peter Simons 2013-03-01 10:41:32 +01:00
parent a87e40737e
commit ec514cf429

View File

@ -4,15 +4,12 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "iproute"; pname = "iproute";
version = "1.2.10"; version = "1.2.11";
sha256 = "1ni91llvq1mfdsjmw1laqhk964y4vlpyk5s25j8klsfn27mq6c68"; sha256 = "14f96sb41f5m14186900rz84vwv7idjiylp8m5nsm6gganvh4sh4";
buildDepends = [ appar byteorder network ]; buildDepends = [ appar byteorder network ];
testDepends = [ testDepends = [
appar byteorder doctest hspec network QuickCheck safe appar byteorder doctest hspec network QuickCheck safe
]; ];
patchPhase = ''
sed -i -e 's|Safe|safe|' iproute.cabal
'';
meta = { meta = {
homepage = "http://www.mew.org/~kazu/proj/iproute/"; homepage = "http://www.mew.org/~kazu/proj/iproute/";
description = "IP Routing Table"; description = "IP Routing Table";