summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-28 12:06:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-28 12:06:38 -0800
commit3494b6efd32bebb36e3bef204be6d51650ac6085 (patch)
treeb8f054d40d210ab2d03fafa31f6c52700b67f2fc /pandoc.cabal
parentd5770b74969ac60836e40ca6a95a38ac0bf3c3bf (diff)
Powerpoint writer tests: use IO.
Otherwise we can't find the data files when compiled with -embed_data_files.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6f2dec4bc..2e42fe761 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -673,7 +673,6 @@ test-suite test-pandoc
Tests.Writers.Muse
Tests.Writers.FB2
Tests.Writers.Powerpoint
- Tests.Writers.Powerpoint.PureData
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
default-language: Haskell98