haskell-cheapskate: update to version 0.1.0.2
This commit is contained in:
parent
1373abcd81
commit
a04f3335f8
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeHtml, dataDefault, mtl, syb, text, uniplate
|
||||
, xssSanitize
|
||||
{ cabal, aeson, blazeHtml, dataDefault, httpTypes, mtl, syb, text
|
||||
, uniplate, wai, waiExtra, xssSanitize
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cheapskate";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0slrvbaamnwxx89kqjcr62058j00s2dw4c16q1swf817az2p66h8";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1bz3zi2w5vm128csg21swcz4cm7h8ybqylpknr4fnyxmg3gxdd7d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeHtml dataDefault mtl syb text uniplate xssSanitize
|
||||
aeson blazeHtml dataDefault httpTypes mtl syb text uniplate wai
|
||||
waiExtra xssSanitize
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue