21 lines
622 B
Nix
21 lines
622 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, configurator, hedis, lens, mtl, network, snap, text
|
|
, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "snaplet-redis";
|
|
version = "0.1.4";
|
|
sha256 = "1xyff7hsafxjyiifm7fb2d43sscrzqrn3gxfdjzgrhf8b3ayi01y";
|
|
buildDepends = [
|
|
configurator hedis lens mtl network snap text 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;
|
|
};
|
|
})
|