From 31c7f57bfd07315e68cefe917bf29603c44c2d58 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 May 2020 15:52:37 -0400 Subject: changes required by cabal-version 1.10 Extensions got renamed. Default-Language is required. I had to put Haskell98 because there are subtle differences between 98 and 2010 and git-annex has always been built with the default, which was 98 when there was a default. I don't know how to establish that git-annex will behave the same under 2010. --- git-repair.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-repair.cabal') diff --git a/git-repair.cabal b/git-repair.cabal index 1db6272..2ea10fa 100644 --- a/git-repair.cabal +++ b/git-repair.cabal @@ -39,7 +39,8 @@ source-repository head Executable git-repair Main-Is: git-repair.hs GHC-Options: -threaded -Wall -fno-warn-tabs - Extensions: LambdaCase + Default-Language: Haskell98 + Default-Extensions: LambdaCase Build-Depends: split, hslogger, directory, filepath, containers, mtl, unix-compat (>= 0.5), bytestring, exceptions (>= 0.6), transformers, base (>= 4.11.1.0 && < 5.0), IfElse, text, process, time, QuickCheck, -- cgit v1.2.3