# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, appar, byteorder, doctest, hspec, network, QuickCheck , safe }: cabal.mkDerivation (self: { pname = "iproute"; version = "1.3.1"; sha256 = "1l3asv8q1jiwsvpq6kkigrzpm3pjbm03gpc4rbhn6kpi6z9h8cdp"; buildDepends = [ appar byteorder network ]; testDepends = [ appar byteorder doctest hspec network QuickCheck safe ]; meta = { homepage = "http://www.mew.org/~kazu/proj/iproute/"; description = "IP Routing Table"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; }; })