github-backup 1.20161110 → 1.20161118
raw patch · 2 files changed
+9/−2 lines, 2 files
Files
- CHANGELOG +6/−0
- github-backup.cabal +3/−2
CHANGELOG view
@@ -1,3 +1,9 @@+github-backup (1.20161118) unstable; urgency=medium++ * Fix build with recent versions of cabal.++ -- Joey Hess <id@joeyh.name> Fri, 18 Nov 2016 12:58:19 -0400+ github-backup (1.20161110) unstable; urgency=medium * Fix build with recent versions of the directory package.
github-backup.cabal view
@@ -1,5 +1,5 @@ Name: github-backup-Version: 1.20161110+Version: 1.20161118 Cabal-Version: >= 1.8 Maintainer: Joey Hess <id@joeyh.name> Author: Joey Hess@@ -119,7 +119,8 @@ Build-Depends: network (< 2.6), network (>= 2.0) custom-setup- Setup-Depends: base (>= 4.5), hslogger, MissingH+ Setup-Depends: base (>= 4.5), hslogger, MissingH, directory, process,+ unix-compat, unix, exceptions, bytestring, filepath, IfElse, mtl, Cabal source-repository head type: git