cabal2nix-2.16.0: test/golden-test-cases/hashtables.nix.golden
{ mkDerivation, base, ghc-prim, hashable, lib, primitive, vector }:
mkDerivation {
pname = "hashtables";
version = "1.2.2.1";
sha256 = "deadbeef";
libraryHaskellDepends = [
base ghc-prim hashable primitive vector
];
homepage = "http://github.com/gregorycollins/hashtables";
description = "Mutable hash tables in the ST monad";
license = lib.licenses.bsd3;
}