aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 19:13:47 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-20 19:13:47 -0800
commitf519f0a1ad51a1757a00f4afffd26ce7196430c1 (patch)
tree63bca017cb6347eaedfa392574703c8a08ac038d
parentc9c78344b1d798abd77a4ec65a5b7d1c0ec4c6e9 (diff)
downloadpandoc-f519f0a1ad51a1757a00f4afffd26ce7196430c1.tar.gz
PDF: Export TeXProgram type.
-rw-r--r--src/Text/Pandoc/PDF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs
index f534aca25..defe70181 100644
--- a/src/Text/Pandoc/PDF.hs
+++ b/src/Text/Pandoc/PDF.hs
@@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Conversion of LaTeX documents to PDF.
-}
-module Text.Pandoc.PDF ( tex2pdf ) where
+module Text.Pandoc.PDF ( TeXProgram(..), tex2pdf ) where
import System.IO.Temp
import Data.Char (toLower)