diff options
m--------- | data/templates | 14 | ||||
-rw-r--r-- | stack.pkg.yaml | 4 | ||||
-rw-r--r-- | stack.yaml | 2 | ||||
-rw-r--r-- | tests/Tests/Old.hs | 3 | ||||
-rw-r--r-- | tests/writer.man | 2 |
5 files changed, 11 insertions, 14 deletions
diff --git a/data/templates b/data/templates -Subproject 319b641365d23a3a5f84c569a35dbaeef4362b9 +Subproject 879f793fac2b84510612c212b865a5f5894a4c8 diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 031524d6a..e7ce11752 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -16,7 +16,5 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '.' -- 'https://hackage.haskell.org/package/highlighting-kate-0.6/highlighting-kate-0.6.tar.gz' -- 'https://hackage.haskell.org/package/texmath-0.8.4/texmath-0.8.4.tar.gz' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' -resolver: lts-3.9 +resolver: lts-3.10 diff --git a/stack.yaml b/stack.yaml index ed354819d..55b96046c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,4 +8,4 @@ flags: packages: - '.' extra-deps: [] -resolver: lts-3.9 +resolver: lts-3.10 diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 5cfee9f76..2507bfa76 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -196,7 +196,8 @@ writerTests format , test "tables" opts "tables.native" ("tables" <.> format) ] where - opts = ["-r", "native", "-w", format, "--columns=78"] + opts = ["-r", "native", "-w", format, "--columns=78", + "--variable", "pandoc-version="] s5WriterTest :: String -> [String] -> String -> Test s5WriterTest modifier opts format diff --git a/tests/writer.man b/tests/writer.man index 4b0731772..48d907fc0 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -1,5 +1,3 @@ -.\" Automatically generated by Pandoc 1.15.1 -.\" .hy .TH "Pandoc Test Suite" "" "July 17, 2006" "" "" .PP |