haskellPackages.hedis: New expression

This commit is contained in:
Oliver Charles
2014-06-12 14:36:26 +01:00
parent 80b701ca94
commit bbdadcd8c6
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "BoundedChan";
version = "1.0.1.0";
sha256 = "1v4lmp3j8lzk1m2pv5l90j80y0c6yxm6gb1ww9ffsz2jxfzz8vd8";
meta = {
description = "Implementation of bounded channels";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})