packages feed

cabal2nix-2.16.0: test/golden-test-cases/hostname-validate.nix.golden

{ mkDerivation, attoparsec, base, bytestring, lib }:
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 = lib.licenses.bsd3;
}