aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-03 08:24:54 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-03 08:24:54 +0000
commitdba0b40e2ea1c06ec7f05ddedd57efb8d310e58e (patch)
tree3bd652baa21ed4e916fcc3673571a86b2a3adad2
parent6c2cf70fb0668f854b2ebbb66354d2cc86d618e8 (diff)
downloadpandoc-dba0b40e2ea1c06ec7f05ddedd57efb8d310e58e.tar.gz
Removed unneeded dependency on template-haskell.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1791 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 73b1efbbf..4f4664062 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -145,7 +145,7 @@ Library
Build-Depends: pretty >= 1, containers >= 0.1,
parsec >= 2.1 && < 3, xhtml >= 3000.0,
mtl >= 1.1, network >= 2, filepath >= 1.1,
- process >= 1, directory >= 1, template-haskell >= 2.2,
+ process >= 1, directory >= 1,
bytestring >= 0.9, zip-archive >= 0.1.1.4,
utf8-string >= 0.3, old-time >= 1
if impl(ghc >= 6.10)