aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d51c73003..3e31b7aa1 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -265,7 +265,13 @@ Executable git-annex
Extensions: PackageImports, LambdaCase
-- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded
- Other-Extensions: TemplateHaskell
+ Other-Extensions:
+ TemplateHaskell,
+ DerivingStrategies,
+ StandaloneDeriving,
+ UndecidableInstances,
+ DataKinds,
+ FlexibleInstances
-- Fully optimize for production.
if flag(Production)