2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-12 16:05:40 +02:00
|
|
|
{ cabal, configurator, hedis, lens, mtl, network, snap
|
|
|
|
, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "snaplet-redis";
|
2014-07-31 15:48:28 +02:00
|
|
|
version = "0.1.3.3";
|
|
|
|
sha256 = "17w2b9cnri45m535hyszb1fickhhglid3zy5a4bbljmnwvi4y08l";
|
2014-06-12 16:05:40 +02:00
|
|
|
buildDepends = [
|
|
|
|
configurator hedis lens mtl network snap transformers
|
|
|
|
];
|
2014-06-16 16:04:58 +02:00
|
|
|
jailbreak = true;
|
2014-06-12 16:05:40 +02:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|