cabal2nix-2.16.0: test/golden-test-cases/expiring-cache-map.nix.golden
{ mkDerivation, base, bytestring, containers, hashable, lib, time
, unordered-containers
}:
mkDerivation {
pname = "expiring-cache-map";
version = "0.0.6.1";
sha256 = "deadbeef";
libraryHaskellDepends = [
base containers hashable unordered-containers
];
testHaskellDepends = [
base bytestring containers hashable time unordered-containers
];
homepage = "https://github.com/elblake/expiring-cache-map";
description = "General purpose simple caching";
license = lib.licenses.bsd3;
}