summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-08-30 13:43:50 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-09-02 09:18:08 -0400
commit45c7108b4f8dbaf616bb9b9442f4d16892d4440f (patch)
tree45b7a98eb32f086c72e2e221ddba4b5dc95988ad /pandoc.cabal
parentb0013bfb13494648886e50840ccdd850c95c9d19 (diff)
Remove Compat.Monoid
This was only necessary for GHC versions with base below 4.5 (i.e., ghc < 7.4).
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 afe41fb9b..a6fc81a50 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -418,7 +418,6 @@ Library
Text.Pandoc.Compat.Except,
Text.Pandoc.Compat.TagSoupEntity,
Text.Pandoc.Compat.Directory,
- Text.Pandoc.Compat.Monoid,
Paths_pandoc
Buildable: True