summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-11-21 15:09:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-11-21 15:09:42 -0800
commit10b23e85b7131eb9a653296884d71a3d6b02841d (patch)
treea083846b75a0499e4d567ffca3b481fbc4223e82 /pandoc.cabal
parent1cd928b591caee344e0b5a654a71fae7c352b1b8 (diff)
Changed Offline module to SelfContained, offline to makeSelfContained.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c69db8881..de98ae194 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -268,7 +268,7 @@ Library
Text.Pandoc.S5,
Text.Pandoc.Templates,
Text.Pandoc.Biblio,
- Text.Pandoc.Offline
+ Text.Pandoc.SelfContained
Other-Modules: Text.Pandoc.XML,
Text.Pandoc.UTF8,
Text.Pandoc.MIME,