summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 48b2d6793..545fab3f7 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -367,6 +367,7 @@ Executable git-annex
Extensions: PackageImports
-- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded
+ Other-Extensions: TemplateHaskell
-- Fully optimize for production.
if flag(Production)