haskell-scotty-hastache: update to version 0.2.1

This commit is contained in:
Peter Simons 2014-04-04 23:30:03 +02:00
parent a9290ec05f
commit ca00f844ae

View File

@ -1,14 +1,13 @@
{ cabal, blazeHtml, blazeMarkup, filepath, hastache, httpTypes, mtl { cabal, filepath, hastache, httpTypes, mtl, scotty, text, wai
, scotty, text, wai, warp , warp
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "scotty-hastache"; pname = "scotty-hastache";
version = "0.2.0"; version = "0.2.1";
sha256 = "105cxlasj4sl4ddzg8ms6k95078q10zcm2c86jcn76s0jmv95669"; sha256 = "1yyip8iq1n71iidmpbfs7rifxvpphyrcaf4z394rx36hq72ka8dn";
buildDepends = [ buildDepends = [
blazeHtml blazeMarkup filepath hastache httpTypes mtl scotty text filepath hastache httpTypes mtl scotty text wai warp
wai warp
]; ];
meta = { meta = {
homepage = "https://github.com/scotty-web/scotty-hastache"; homepage = "https://github.com/scotty-web/scotty-hastache";