pandoc/src/Text
John MacFarlane ff0aaa549d Normalize Windows paths to account for change in ghc 8.6.
When pandoc is compiled with ghc 8.6, Windows paths are treated
differently, and paths beginning `\\server` no longer work.
This commit rewrites such patsh to `\\?\UNC\server` which works.

The change operates at the level of argument parsing, so it
only affects the command line program.

See #5127 and the discussion there.
2019-01-26 16:07:39 -08:00
..
Pandoc Normalize Windows paths to account for change in ghc 8.6. 2019-01-26 16:07:39 -08:00
Pandoc.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00