diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-11-02 11:22:19 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-02 11:22:19 -0700 | 
| commit | 5df272254d48d9e5cec1d351bab3643b02fa52c2 (patch) | |
| tree | 469270cb221744ce75ff49d2f14cede7f8449ce9 | |
| parent | 6d00e6e8c3d483cc36afe2c065cdfdd4ef811f85 (diff) | |
| download | pandoc-5df272254d48d9e5cec1d351bab3643b02fa52c2.tar.gz | |
Bump tasty upper bound.
| -rw-r--r-- | pandoc.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pandoc.cabal b/pandoc.cabal index 92dd44b9e..a52f89492 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -559,7 +559,7 @@ test-suite test-pandoc                    process >= 1.2.3 && < 1.7,                    temporary >= 1.1 && < 1.3,                    Diff >= 0.2 && < 0.4, -                  tasty >= 0.11 && < 0.12, +                  tasty >= 0.11 && < 0.13,                    tasty-hunit >= 0.9 && < 0.10,                    tasty-quickcheck >= 0.8 && < 0.10,                    tasty-golden >= 2.3 && < 2.4, | 
