Added ghc-prim to build-depends.

This is needed for the Generic instance of PandocError.

Closes #2448.
This commit is contained in:
John MacFarlane 2015-10-12 14:28:11 -07:00
parent 0b91c73456
commit 2c15b1fcac

View file

@ -281,7 +281,8 @@ Library
deepseq-generics >= 0.1 && < 0.2,
JuicyPixels >= 3.1.6.1 && < 3.3,
filemanip >= 0.3 && < 0.4,
cmark >= 0.4.0.1 && < 0.5
cmark >= 0.4.0.1 && < 0.5,
ghc-prim >= 0.2
if flag(old-locale)
Build-Depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5