nixpkgs/pkgs/development/libraries/haskell/nats/default.nix
2014-12-13 12:06:11 +01:00

16 lines
449 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hashable }:
cabal.mkDerivation (self: {
pname = "nats";
version = "1";
sha256 = "0r6s8l4s0yq3x2crrkv0b8zac13magfasr9v8hnq6rn1icsfhic0";
buildDepends = [ hashable ];
meta = {
homepage = "http://github.com/ekmett/nats/";
description = "Natural numbers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})