packages feed

cabal2nix-2.9.3: test/golden-test-cases/expiring-cache-map.nix.golden

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