cabal2nix-2.17.0: test/golden-test-cases/once.nix.golden
{ mkDerivation, base, containers, hashable, lib, template-haskell
, unordered-containers
}:
mkDerivation {
pname = "once";
version = "0.2";
sha256 = "deadbeef";
libraryHaskellDepends = [
base containers hashable template-haskell unordered-containers
];
homepage = "https://anonscm.debian.org/cgit/users/kaction-guest/haskell-once.git";
description = "memoization for IO actions and functions";
license = lib.licenses.gpl3Only;
}