diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 0a59cfd39..bf68dc935 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -509,10 +509,12 @@ Test-Suite test-pandoc filepath >= 1.1 && < 1.5, process >= 1.2.3 && < 1.5, skylighting >= 0.3.1 && < 0.4, + temporary >= 1.1 && < 1.3, Diff >= 0.2 && < 0.4, tasty >= 0.11 && < 0.12, tasty-hunit >= 0.9 && < 0.10, tasty-quickcheck >= 0.8 && < 0.9, + tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.10, HUnit >= 1.2 && < 1.6, containers >= 0.1 && < 0.6, |