nixpkgs/pkgs/development/libraries/haskell/hostname/default.nix
2014-08-09 13:49:24 +02:00

15 lines
432 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "hostname";
version = "1.0";
sha256 = "0p6gm4328946qxc295zb6vhwhf07l1fma82vd0siylnsnsqxlhwv";
meta = {
description = "A very simple package providing a cross-platform means of determining the hostname";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})