summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/iproute/default.nix
blob: cfb05b9f09483fc5925cf7349fe116e4ff1229a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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;
  };
})