From 6b330e91d9ccf54dd1e49cdb8ccc28bf701c5b6c Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 18 Mar 2021 12:27:11 -0400 Subject: [PATCH] Allow building with base-4.15.* (GHC 9.0) --- test-lib.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-lib.cabal b/test-lib.cabal index dbe79e4..bbacfc0 100644 --- a/test-lib.cabal +++ b/test-lib.cabal @@ -16,7 +16,7 @@ library hs-source-dirs: src exposed-modules: TestLib other-modules: Paths_test_lib - build-depends: base >=4.9 && <4.15, + build-depends: base >=4.9 && <4.16, directory >=1.3 && <1.4, filepath >=1.4 && <1.5, process >=1.4 && <1.7,