nixpkgs/pkgs/development/libraries/haskell/bound/default.nix

27 lines
844 B
Nix
Raw Normal View History

2014-08-13 11:32:56 +00:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-08-12 17:07:23 +00:00
{ cabal, bifunctors, binary, bytes, cereal, comonad, doctest
, filepath, hashable, hashableExtras, preludeExtras, profunctors
, transformers, vector
}:
cabal.mkDerivation (self: {
pname = "bound";
2014-12-12 08:48:33 +00:00
version = "1.0.4";
sha256 = "17qnrjmqhx07cpzwd1z4lp2d42jx1lfxl6b86d65g4fd79miipky";
2014-08-12 17:07:23 +00:00
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;
2014-08-13 11:32:56 +00:00
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
2014-08-12 17:07:23 +00:00
};
})