haskell-cheapskate: update to version 0.1.0.2

This commit is contained in:
Peter Simons 2014-12-12 09:48:39 +01:00
parent 1373abcd81
commit a04f3335f8

View File

@ -1,17 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeHtml, dataDefault, mtl, syb, text, uniplate { cabal, aeson, blazeHtml, dataDefault, httpTypes, mtl, syb, text
, xssSanitize , uniplate, wai, waiExtra, xssSanitize
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cheapskate"; pname = "cheapskate";
version = "0.1.0.1"; version = "0.1.0.2";
sha256 = "0slrvbaamnwxx89kqjcr62058j00s2dw4c16q1swf817az2p66h8"; sha256 = "1bz3zi2w5vm128csg21swcz4cm7h8ybqylpknr4fnyxmg3gxdd7d";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
blazeHtml dataDefault mtl syb text uniplate xssSanitize aeson blazeHtml dataDefault httpTypes mtl syb text uniplate wai
waiExtra xssSanitize
]; ];
jailbreak = true; jailbreak = true;
meta = { meta = {