From f74b3e0590ba31472a1d0ff7e3edf86f90f61693 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 8 Mar 2022 02:30:25 +0800 Subject: [PATCH] Allow doctest 0.19 Builds fine and all tests pass. --- type-errors-pretty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type-errors-pretty.cabal b/type-errors-pretty.cabal index f26e4c1..e3fff51 100644 --- a/type-errors-pretty.cabal +++ b/type-errors-pretty.cabal @@ -74,7 +74,7 @@ test-suite doctest hs-source-dirs: test main-is: Doctest.hs - build-depends: doctest >= 0.16 && < 0.19 + build-depends: doctest >= 0.16 && < 0.20 , Glob ghc-options: -threaded