Require doctemplates 0.8.2.
This commit is contained in:
parent
c1f5f3fa67
commit
58cd731e51
3 changed files with 19 additions and 3 deletions
16
MANUAL.txt
16
MANUAL.txt
|
@ -1969,6 +1969,22 @@ Currently the following pipes are predefined:
|
|||
- `reverse`: Reverses a textual value or array,
|
||||
and has no effect on other values.
|
||||
|
||||
- `first`: Returns the first value of an array, if
|
||||
applied to a non-empty array; otherwise returns
|
||||
the original value.
|
||||
|
||||
- `last`: Returns the last value of an array, if
|
||||
applied to a non-empty array; otherwise returns
|
||||
the original value.
|
||||
|
||||
- `rest`: Returns all but the first value of an array, if
|
||||
applied to a non-empty array; otherwise returns
|
||||
the original value.
|
||||
|
||||
- `allbutlast`: Returns all but the last value of an array, if
|
||||
applied to a non-empty array; otherwise returns
|
||||
the original value.
|
||||
|
||||
- `chomp`: Removes trailing newlines (and breakable space).
|
||||
|
||||
- `nowrap`: Disables line wrapping on breakable spaces.
|
||||
|
|
|
@ -423,7 +423,7 @@ library
|
|||
JuicyPixels >= 3.1.6.1 && < 3.4,
|
||||
Glob >= 0.7 && < 0.11,
|
||||
cmark-gfm >= 0.2 && < 0.3,
|
||||
doctemplates >= 0.8 && < 0.9,
|
||||
doctemplates >= 0.8.2 && < 0.9,
|
||||
network-uri >= 2.6 && < 2.7,
|
||||
network >= 2.6,
|
||||
http-client >= 0.4.30 && < 0.7,
|
||||
|
@ -746,7 +746,7 @@ test-suite test-pandoc
|
|||
executable-path >= 0.0 && < 0.1,
|
||||
zip-archive >= 0.2.3.4 && < 0.5,
|
||||
xml >= 1.3.12 && < 1.4,
|
||||
doctemplates >= 0.8 && < 0.9,
|
||||
doctemplates >= 0.8.2 && < 0.9,
|
||||
Glob >= 0.7 && < 0.11
|
||||
other-modules: Prelude
|
||||
Tests.Old
|
||||
|
|
|
@ -23,7 +23,7 @@ extra-deps:
|
|||
- jira-wiki-markup-1.3.0
|
||||
- HsYAML-0.2.0.0
|
||||
- HsYAML-aeson-0.2.0.0
|
||||
- doctemplates-0.8.1
|
||||
- doctemplates-0.8.2
|
||||
- pandoc-citeproc-0.17
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
|
|
Loading…
Reference in a new issue