haskell-hedis: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-06-16 16:04:37 +02:00
parent bc75a33988
commit 727de4c49e

View File

@ -12,11 +12,11 @@ cabal.mkDerivation (self: {
time vector
];
testDepends = [ HUnit mtl testFramework testFrameworkHunit time ];
doCheck = false;
meta = {
homepage = "https://github.com/informatikr/hedis";
description = "Client library for the Redis datastore: supports full command set, pipelining";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
doCheck = false;
})