cabal2nix-2.16.0: test/golden-test-cases/countable.nix.golden
{ mkDerivation, base, bytestring, lib, silently, tasty
, tasty-golden, tasty-hunit
}:
mkDerivation {
pname = "countable";
version = "1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
base bytestring silently tasty tasty-golden tasty-hunit
];
homepage = "https://github.com/AshleyYakeley/countable";
description = "Countable, Searchable, Finite, Empty classes";
license = lib.licenses.bsd3;
}