We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4b78c commit 7f5a677Copy full SHA for 7f5a677
changelog
@@ -1,3 +1,10 @@
1
+pandoc (1.15.1.1)
2
+
3
+ * `Text.Pandoc.Data`: store paths in dataFiles using posix separators.
4
+ This way we have uniform separators, whether on Windows or Linux.
5
+ This should solve a problem where on some Windows versions
6
+ the data files weren't being found (#2459).
7
8
pandoc (1.15.1)
9
10
* `pandocVersion` is now defined in `Text.Pandoc.Shared`
pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.15.1
+Version: 1.15.1.1
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL
0 commit comments