[package-plan] 08/32: github-backup works with newer github
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 3 05:10:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to branch master
in repository package-plan.
commit 01cd571bd48e9cf2df743fd672fd0296dd0eac79
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sat Sep 2 16:46:15 2017 -0700
github-backup works with newer github
---
patches/github-backup/1.20170301/newer-github | 20 ++++++++++++++++++++
patches/github-backup/1.20170301/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/patches/github-backup/1.20170301/newer-github b/patches/github-backup/1.20170301/newer-github
new file mode 100644
index 0000000..28fb94d
--- /dev/null
+++ b/patches/github-backup/1.20170301/newer-github
@@ -0,0 +1,20 @@
+--- a/github-backup.cabal
++++ b/github-backup.cabal
+@@ -39,7 +39,7 @@ Executable github-backup
+ GHC-Options: -Wall -fno-warn-tabs
+ Build-Depends:
+ base (>= 4.8 && < 5),
+- github (>= 0.15.0 && < 0.16.0),
++ github (>= 0.15.0 && < 0.17.0),
+ MissingH, hslogger, directory, filepath, containers, mtl,
+ network, exceptions, transformers, unix-compat, bytestring, vector,
+ IfElse, pretty-show, text, process, optparse-applicative, utf8-string
+@@ -107,7 +107,7 @@ Executable gitriddance
+ GHC-Options: -Wall -fno-warn-tabs
+ Build-Depends:
+ base (>= 4.8 && < 5),
+- github (>= 0.15.0 && < 0.16.0),
++ github (>= 0.15.0 && < 0.17.0),
+ text, filepath, MissingH, exceptions, transformers, bytestring, vector,
+ hslogger, process, containers, unix-compat, IfElse, directory, mtl,
+ utf8-string
diff --git a/patches/github-backup/1.20170301/series b/patches/github-backup/1.20170301/series
new file mode 100644
index 0000000..b44d6b9
--- /dev/null
+++ b/patches/github-backup/1.20170301/series
@@ -0,0 +1 @@
+newer-github
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list