haskell-auto-update: update to version 0.1.1.3

This commit is contained in:
Peter Simons 2014-09-12 13:13:56 +02:00
parent 0f5a5a9fc9
commit 341a6e9166

View File

@ -1,13 +1,11 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec }:
{ cabal }:
cabal.mkDerivation (self: {
pname = "auto-update";
version = "0.1.1.2";
sha256 = "0901zqky70wyxl17vwz6smhnpsfjnsk0f2xqiyz902vl7apx66c6";
testDepends = [ hspec ];
doCheck = false;
version = "0.1.1.3";
sha256 = "06izsfd3xiragzac682vg3bmr6947y8s4yr2r7rip7qjvsja2yhy";
meta = {
homepage = "https://github.com/yesodweb/wai";
description = "Efficiently run periodic, on-demand actions";