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