nixpkgs/pkgs/development/libraries/haskell/hashtables/default.nix
2014-08-09 13:49:24 +02:00

17 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;
};
})