aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-14 17:44:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-14 17:44:44 -0700
commit34d8ffbcfc33b86766ff7229be4d8a0d1fbffb50 (patch)
tree6d935bd22990c03d88dcb63fc80bc043d82076f5 /src
parent16439c879e21749e96d8f7a0ed58c87b0c235cb0 (diff)
downloadpandoc-34d8ffbcfc33b86766ff7229be4d8a0d1fbffb50.tar.gz
Added a needed import in Text.Pandoc.App.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/App.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/App.hs b/src/Text/Pandoc/App.hs
index b3c51211a..b124bdda0 100644
--- a/src/Text/Pandoc/App.hs
+++ b/src/Text/Pandoc/App.hs
@@ -69,6 +69,7 @@ import Network.URI (URI (..), parseURI)
#ifdef EMBED_DATA_FILES
import Text.Pandoc.Data (dataFiles)
#else
+import System.Directory (getDirectoryContents)
import Paths_pandoc (getDataDir)
#endif
import Data.Aeson.Encode.Pretty (encodePretty', Config(..), keyOrder,