haskell-github-backup: update to version 1.20131006

This commit is contained in:
Peter Simons 2013-10-10 11:50:46 +02:00
parent 0a24aa4d29
commit b224e751c0

View File

@ -1,17 +1,18 @@
{ cabal, extensibleExceptions, filepath, github, hslogger, IfElse { cabal, extensibleExceptions, filepath, git, github, hslogger
, MissingH, mtl, network, prettyShow, text , IfElse, MissingH, mtl, network, prettyShow, text, unixCompat
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "github-backup"; pname = "github-backup";
version = "1.20130414"; version = "1.20131006";
sha256 = "1s8s1kv4kj086kzq8iq28zyrlg65hrzg3563fw3dazfik73cmlcp"; sha256 = "0yc2hszi509mc0d6245dc8cq20mjjmr8mgrd8571dy9sgda532pf";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
extensibleExceptions filepath github hslogger IfElse MissingH mtl extensibleExceptions filepath github hslogger IfElse MissingH mtl
network prettyShow text network prettyShow text unixCompat
]; ];
buildTools = [ git ];
meta = { meta = {
homepage = "https://github.com/joeyh/github-backup"; homepage = "https://github.com/joeyh/github-backup";
description = "backs up everything github knows about a repository, to the repository"; description = "backs up everything github knows about a repository, to the repository";