aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-28 10:12:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-28 10:12:37 -0700
commit3b2ca81b8dfa3843646a6ada7951896f95337b1d (patch)
treebfe3d49eab4c1b71c9c87cb82d21f00f9f4ea992 /pandoc.cabal
parent43371a96e5b9f0d8a09a8ebec209392d44e011df (diff)
downloadpandoc-3b2ca81b8dfa3843646a6ada7951896f95337b1d.tar.gz
Added filepath dependency to make-reference-files.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d90c5e4f0..13c089ba4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -444,6 +444,7 @@ Executable make-reference-files
Hs-Source-Dirs: data
Build-Depends: zip-archive >= 0.2.3.4 && < 0.3,
base >= 4.2 && < 5,
+ filepath >= 1.1 && < 1.5,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11
Default-Language: Haskell2010