mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
haskell-hedis: re-generate with cabal2nix
This commit is contained in:
parent
bc75a33988
commit
727de4c49e
@ -12,11 +12,11 @@ cabal.mkDerivation (self: {
|
|||||||
time vector
|
time vector
|
||||||
];
|
];
|
||||||
testDepends = [ HUnit mtl testFramework testFrameworkHunit time ];
|
testDepends = [ HUnit mtl testFramework testFrameworkHunit time ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/informatikr/hedis";
|
homepage = "https://github.com/informatikr/hedis";
|
||||||
description = "Client library for the Redis datastore: supports full command set, pipelining";
|
description = "Client library for the Redis datastore: supports full command set, pipelining";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user