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

17 lines
510 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dataInttrie }:
cabal.mkDerivation (self: {
pname = "data-memocombinators";
version = "0.5.1";
sha256 = "1mvfc1xri3kgkx5q7za01bqg1x3bfvbgcffw5vwl6jmq4hh1sd5l";
buildDepends = [ dataInttrie ];
meta = {
homepage = "http://github.com/luqui/data-memocombinators";
description = "Combinators for building memo tables";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})