diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-07-19 10:27:13 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-07-19 11:56:43 -0700 |
| commit | 5b2128512df61085c4a0ae364030482f21626dc6 (patch) | |
| tree | f0bb600502e217c320c4718a2a455bc2aa390edb /src | |
| parent | cfc1d6a7b9e75b4a8dcc628f04fa7a73e3c3fbe7 (diff) | |
Deprecate decodeArg which is now a no-op.
This was needed for old base versions only.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/UTF8.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/UTF8.hs b/src/Text/Pandoc/UTF8.hs index 36e8ba93b..be6a0be63 100644 --- a/src/Text/Pandoc/UTF8.hs +++ b/src/Text/Pandoc/UTF8.hs @@ -140,5 +140,6 @@ fromStringLazy = fromTextLazy . TL.pack encodePath :: FilePath -> FilePath encodePath = id +{-# DEPRECATED decodeArg "decodeArg is now a no-op" #-} decodeArg :: String -> String decodeArg = id |
