From 3b2ca81b8dfa3843646a6ada7951896f95337b1d Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Thu, 28 May 2015 10:12:37 -0700 Subject: [PATCH] Added filepath dependency to make-reference-files. --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) 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