cabal2nix-2.9.3: test/golden-test-cases/quickcheck-combinators.nix.golden
{ mkDerivation, base, QuickCheck, stdenv, unfoldable-restricted }:
mkDerivation {
pname = "quickcheck-combinators";
version = "0.0.2";
sha256 = "deadbeef";
libraryHaskellDepends = [ base QuickCheck unfoldable-restricted ];
description = "Simple type-level combinators for augmenting QuickCheck instances";
license = stdenv.lib.licenses.bsd3;
}