From f1559c6cfee308e2a3c539bfb8fc8986ca610f61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2017 16:50:03 -0400 Subject: add Other-Extensions: TemplateHaskell Fixes a build failure of stack build --profile. See https://ghc.haskell.org/trac/ghc/ticket/8443 --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3