forked from mirrors/nixpkgs
haskell-snaplet-redis: re-generate with cabal2nix
This commit is contained in:
parent
727de4c49e
commit
6782b9dbd1
|
@ -9,11 +9,11 @@ cabal.mkDerivation (self: {
|
|||
buildDepends = [
|
||||
configurator hedis lens mtl network snap transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/dzhus/snaplet-redis/";
|
||||
description = "Redis support for Snap Framework";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
jailbreak = true;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue