Use doctemplates 0.1.0.2.

This commit is contained in:
John MacFarlane 2016-10-02 12:29:37 +02:00
parent 7ecafa6ff1
commit c28c16d463
7 changed files with 13 additions and 12 deletions

View file

@ -15,7 +15,7 @@ packages:
- '..'
extra-deps:
- pandoc-citeproc-0.10.1.1
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
- http-client-0.5.0
- http-client-tls-0.3.0
resolver: lts-7.0

View file

@ -18,7 +18,7 @@ packages:
- '..'
extra-deps:
- pandoc-citeproc-0.10.1.1
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
- 'http-client-0.5.0'
- 'http-client-tls-0.3.0'
resolver: lts-7.0

View file

@ -267,7 +267,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
aeson >= 0.7 && < 1.1,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
@ -422,7 +422,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
base >= 4.2 && <5,
directory >= 1.2 && < 1.3,
filepath >= 1.1 && < 1.5,
@ -479,7 +479,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.7,
pandoc,
pandoc-types >= 1.16 && < 1.17,
pandoc-types >= 1.17 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.3,

View file

@ -12,15 +12,16 @@ flags:
embed_data_files: true
# if you are on OSX, stack install cpphs and
# uncomment the following three lines:
#ghc-options:
# pandoc-citeproc: '-pgmP cpphs -optP--cpp'
# highlighting-kate: '-pgmP cpphs -optP--cpp'
ghc-options:
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '.'
- '../pandoc-citeproc'
- '../pandoc-types'
- '../texmath'
extra-deps:
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
- http-client-0.5.0
- http-client-tls-0.3.0
resolver: lts-7.0

View file

@ -11,6 +11,6 @@ extra-deps:
- data-default-0.6.0
- http-client-0.5.0
- http-client-tls-0.3.0
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
- cmark-0.5.3.1
resolver: lts-6.5

View file

@ -10,5 +10,5 @@ packages:
extra-deps:
- http-client-0.5.0
- http-client-tls-0.3.0
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
resolver: lts-7.0

View file

@ -17,5 +17,5 @@ extra-deps:
- 'http-client-0.5.0'
- 'http-client-tls-0.3.0'
- pandoc-citeproc-0.10.1.1
- doctemplates-0.1.0.1
- doctemplates-0.1.0.2
resolver: lts-7.0