Added filepath dependency to make-reference-files.

This commit is contained in:
John MacFarlane 2015-05-28 10:12:37 -07:00
parent 43371a96e5
commit 3b2ca81b8d

View file

@ -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