cabal2nix-2.9.3: test/golden-test-cases/hostname-validate.nix.golden
{ mkDerivation, attoparsec, base, bytestring, stdenv }:
mkDerivation {
pname = "hostname-validate";
version = "1.0.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ attoparsec base bytestring ];
description = "Validate hostnames e.g. localhost or foo.co.uk.";
license = stdenv.lib.licenses.bsd3;
}