From e40d9a1b121416997734f8926671d3428c143ae3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2017 16:50:03 -0400 Subject: [PATCH] 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 48b2d6793a..545fab3f7c 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)