From b3e72e94efbce652f25fb99d6c6ace8beb2a52d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Oct 2020 11:09:39 -0400 Subject: change to Haskell2010 I put in 98 before under the mistaken idea that ghc defaulted to 98, but it has actually defaulted to 2010 for some time. Anyway, the differences are slight. --- git-repair.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-repair.cabal') diff --git a/git-repair.cabal b/git-repair.cabal index a3cf246..d374f50 100644 --- a/git-repair.cabal +++ b/git-repair.cabal @@ -39,7 +39,7 @@ source-repository head Executable git-repair Main-Is: git-repair.hs GHC-Options: -threaded -Wall -fno-warn-tabs -O2 - Default-Language: Haskell98 + Default-Language: Haskell2010 Default-Extensions: LambdaCase Build-Depends: split, hslogger, directory, filepath, containers, mtl, unix-compat (>= 0.5), bytestring, exceptions (>= 0.6), transformers, -- cgit v1.2.3