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