18250b97ae
had added him earlier.
16 lines
530 B
Nix
16 lines
530 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hashable, primitive, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hashtables";
|
|
version = "1.1.2.1";
|
|
sha256 = "1166baqalpp9v735821drjvyasr44p4znbcs7njyr09fx87r23f5";
|
|
buildDepends = [ hashable primitive vector ];
|
|
meta = {
|
|
homepage = "http://github.com/gregorycollins/hashtables";
|
|
description = "Mutable hash tables in the ST monad";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|