aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-03-22 22:10:35 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2020-04-17 23:05:31 +0200
commiteceb8eaf47e7dc543dc0e2fac154ba965acf7375 (patch)
tree8901fbe6991587a3c8d205c126331ee4c2365d8c /pandoc.cabal
parentfb54f3d6792d2f8e7b05e458b59142f8ae6bb3e2 (diff)
downloadpandoc-eceb8eaf47e7dc543dc0e2fac154ba965acf7375.tar.gz
Class: generalize PandocIO functions to MonadIO
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index fd1511e0c..2be78f0d8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -571,6 +571,7 @@ library
Text.Pandoc.App.Opt,
Text.Pandoc.App.OutputSettings,
Text.Pandoc.Class.CommonState,
+ Text.Pandoc.Class.IO,
Text.Pandoc.Class.PandocMonad,
Text.Pandoc.Class.PandocIO,
Text.Pandoc.Class.PandocPure,