add Other-Extensions: TemplateHaskell
Fixes a build failure of stack build --profile. See https://ghc.haskell.org/trac/ghc/ticket/8443
This commit is contained in:
parent
02ecf9a81f
commit
e40d9a1b12
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue