aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 15:17:48 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-01 15:17:48 +0000
commit7b986acd72157ef2b3a4747f197604d55558e31f (patch)
tree5824ca4e7ce3a43c1c7c4b319be53d95d0827316 /pandoc.cabal
parent31e261ca39267c725da6014ebdb81724e657dcdb (diff)
downloadpandoc-7b986acd72157ef2b3a4747f197604d55558e31f.tar.gz
Don't use OverloadedStrings in ODT writer.
Remove version dependency from bytestring. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1359 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2f3fc39ef..329a373b5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -74,8 +74,7 @@ Library
Build-depends: highlighting-kate
cpp-options: -DHIGHLIGHTING
Build-Depends: parsec < 3, xhtml, mtl, network, filepath, process, directory, utf8-string,
- template-haskell, bytestring == 0.9.0.1
- -- Note: bytestring-0.9.1.0 contains an InString instance for ByteString
+ template-haskell, bytestring
Hs-Source-Dirs: .
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Blocks,