From d744b83b61bc635419339b73b687b9280ee757fc Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 18 Mar 2015 22:33:16 +0300 Subject: Create reference files from unpacked archives with helper program --- pandoc.cabal | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 6e06ce34b..d699eb83b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -418,6 +418,15 @@ Executable make-pandoc-man-pages else Buildable: False +Executable make-reference-files + Main-Is: make-reference-files.hs + Hs-Source-Dirs: data + Build-Depends: zip-archive >= 0.2.3.4 && < 0.3, + base >= 4.2 && < 5, + directory >= 1 && < 1.3, + bytestring >= 0.9 && < 0.11 + Default-Language: Haskell2010 + Test-Suite test-pandoc Type: exitcode-stdio-1.0 Main-Is: test-pandoc.hs -- cgit v1.2.3