From 9422e5cd5f4b163114a2311ec70f62fedc18f777 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Nov 2016 12:59:05 -0400 Subject: Fix build with recent versions of cabal and ghc. --- git-repair.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-repair.cabal') diff --git a/git-repair.cabal b/git-repair.cabal index b8fc4ea..ccac779 100644 --- a/git-repair.cabal +++ b/git-repair.cabal @@ -1,5 +1,5 @@ Name: git-repair -Version: 1.20161111 +Version: 1.20161118 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess @@ -32,7 +32,7 @@ Flag network-uri custom-setup Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process, unix, filepath, exceptions, bytestring, directory, IfElse, data-default, - Cabal + mtl, Cabal source-repository head type: git -- cgit v1.2.3