Depend on highlighting-kate >= 0.2.9.
This is needed for highlighting of inline code.
This commit is contained in:
parent
154b48c627
commit
9e89047518
1 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ Library
|
|||
else
|
||||
Build-depends: base >= 3 && < 4
|
||||
if flag(highlighting)
|
||||
Build-depends: highlighting-kate >= 0.2.8.2 && < 0.2.9
|
||||
Build-depends: highlighting-kate >= 0.2.9 && < 0.3
|
||||
cpp-options: -D_HIGHLIGHTING
|
||||
if impl(ghc >= 6.12)
|
||||
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
|
||||
|
@ -297,7 +297,7 @@ Executable pandoc
|
|||
else
|
||||
Build-depends: base >= 3 && < 4
|
||||
if flag(highlighting)
|
||||
Build-depends: highlighting-kate >= 0.2.8.2 && < 0.2.9
|
||||
Build-depends: highlighting-kate >= 0.2.9 && < 0.3
|
||||
cpp-options: -D_HIGHLIGHTING
|
||||
if impl(ghc >= 6.12)
|
||||
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
|
||||
|
|
Loading…
Reference in a new issue