aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-19 23:35:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-19 23:35:47 -0700
commitceadf33246bcc42747b42c10c108bfc7d8663ab7 (patch)
tree4a74940957474f8bf0ed50c3d7e57bf9e6d00d7c /pandoc.cabal
parenteacead3eb316dd8e2d75737589dc017de36326fb (diff)
downloadpandoc-ceadf33246bcc42747b42c10c108bfc7d8663ab7.tar.gz
Tests: Use getExecutablePath from base...
avoiding the need to depend on the executable-path package.
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 6338a4fdc..b70c98e58 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -748,7 +748,6 @@ test-suite test-pandoc
directory >= 1.2.3 && < 1.4,
doctemplates >= 0.9 && < 0.10,
exceptions >= 0.8 && < 0.11,
- executable-path >= 0.0 && < 0.1,
filepath >= 1.1 && < 1.5,
hslua >= 1.1 && < 1.4,
mtl >= 2.2 && < 2.3,