summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-15 16:50:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-15 16:50:03 -0400
commitf1559c6cfee308e2a3c539bfb8fc8986ca610f61 (patch)
tree75187ea4981d989b3c3b1a812eae68020a7ad8b7
parentdcdfa779dc020ef4eadb505e8cc91536ae61933b (diff)
add Other-Extensions: TemplateHaskell
Fixes a build failure of stack build --profile. See https://ghc.haskell.org/trac/ghc/ticket/8443
-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)