summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/network-info/default.nix
blob: c1bfea43bde682a6f81fa27d95cd47715c54f8dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ cabal }:

cabal.mkDerivation (self: {
  pname = "network-info";
  version = "0.2.0.3";
  sha256 = "04nwl5akrsppxkqqq7a7qi5sixvrzvj4njl8rbz7sglbh9393rs2";
  meta = {
    homepage = "http://github.com/jystic/network-info";
    description = "Access the local computer's basic network configuration";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})