haskell-snaplet-redis: update to version 0.1.4
This commit is contained in:
parent
053285ce0a
commit
1ee1c07782
@ -1,15 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, configurator, hedis, lens, mtl, network, snap
|
||||
{ cabal, configurator, hedis, lens, mtl, network, snap, text
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "snaplet-redis";
|
||||
version = "0.1.3.3";
|
||||
sha256 = "17w2b9cnri45m535hyszb1fickhhglid3zy5a4bbljmnwvi4y08l";
|
||||
version = "0.1.4";
|
||||
sha256 = "1xyff7hsafxjyiifm7fb2d43sscrzqrn3gxfdjzgrhf8b3ayi01y";
|
||||
buildDepends = [
|
||||
configurator hedis lens mtl network snap transformers
|
||||
configurator hedis lens mtl network snap text transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user