Added TemplateHaskell to Extensions for executable, removed -threaded for library.
Thanks to duncan.coutts for the bug report. Resolves Issue #121. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1529 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
42aca57dee
commit
155809d220
1 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ Library
|
|||
Other-Modules: Text.Pandoc.XML,
|
||||
Text.Pandoc.TH
|
||||
Extensions: CPP, TemplateHaskell, FlexibleInstances
|
||||
Ghc-Options: -O2 -Wall -threaded
|
||||
Ghc-Options: -O2 -Wall
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
||||
if flag(library)
|
||||
|
@ -202,7 +202,7 @@ Executable pandoc
|
|||
Main-Is: Main.hs
|
||||
Ghc-Options: -O2 -Wall -threaded
|
||||
Ghc-Prof-Options: -auto-all
|
||||
Extensions: CPP
|
||||
Extensions: CPP, TemplateHaskell
|
||||
|
||||
if flag(highlighting)
|
||||
cpp-options: -D_HIGHLIGHTING
|
||||
|
|
Loading…
Add table
Reference in a new issue