Added ghc-prim to build-depends.
This is needed for the Generic instance of PandocError. Closes #2448.
This commit is contained in:
parent
0b91c73456
commit
2c15b1fcac
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue