Skip to content

Commit

Permalink
changes required by cabal-version 1.10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joeyh committed May 4, 2020
1 parent 62fe45c commit 31c7f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-repair.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 31c7f57

Please sign in to comment.