cabal2nix-2.16.0: test/golden-test-cases/utility-ht.nix.golden
{ mkDerivation, base, lib, QuickCheck }:
mkDerivation {
pname = "utility-ht";
version = "0.0.14";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ];
description = "Various small helper functions for Lists, Maybes, Tuples, Functions";
license = lib.licenses.bsd3;
}