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

27 lines
844 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, bifunctors, binary, bytes, cereal, comonad, doctest
, filepath, hashable, hashableExtras, preludeExtras, profunctors
, transformers, vector
}:
cabal.mkDerivation (self: {
pname = "bound";
version = "1.0.4";
sha256 = "17qnrjmqhx07cpzwd1z4lp2d42jx1lfxl6b86d65g4fd79miipky";
buildDepends = [
bifunctors binary bytes cereal comonad hashable hashableExtras
preludeExtras profunctors transformers
];
testDepends = [
doctest filepath preludeExtras transformers vector
];
meta = {
homepage = "http://github.com/ekmett/bound/";
description = "Making de Bruijn Succ Less";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})