summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-10-19 11:09:39 -0400
committerJoey Hess <joeyh@joeyh.name>2020-10-19 11:09:39 -0400
commitb3e72e94efbce652f25fb99d6c6ace8beb2a52d4 (patch)
tree1b7bae1b56b0be4ed6cc214c946c8e3977a191c7 /git-repair.cabal
parent6c804d1a1c04c4d4285dfac4a281ce35eb51fa5e (diff)
downloadgit-repair-b3e72e94efbce652f25fb99d6c6ace8beb2a52d4.tar.gz
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.
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal2
1 files changed, 1 insertions, 1 deletions
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,