summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-05-12 21:01:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-05-12 21:01:30 -0700
commit054e6abd0da453ffca04ed443e60d059506ad0eb (patch)
treee7a3a3bb7ef44b5ab7bc68accd1151fede068a93 /pandoc.cabal
parent5d8d8b0de1ebf1ffd9bdff8086a524a5ff614dff (diff)
Revert "New method for checking for presence of tex program."
This reverts commit 285bbf61cf2b21278792e48aee7c25fa0ee62faa.
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 d1d623060..d38754dcd 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -425,8 +425,7 @@ Executable pandoc
aeson >= 0.7.0.5 && < 0.12,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
- HTTP >= 4000.0.5 && < 4000.4,
- process >= 1.0 && < 1.5
+ HTTP >= 4000.0.5 && < 4000.4
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else