From 9a588c1a6249e39752e31a21ee7dd6cd2d0ece8e Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Sat, 14 Aug 2021 09:19:50 +0200 Subject: [PATCH] Allow base 4.15, add tested with GHC9 --- servant-mock.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servant-mock.cabal b/servant-mock.cabal index 01600f6..0be89a9 100644 --- a/servant-mock.cabal +++ b/servant-mock.cabal @@ -24,6 +24,7 @@ tested-with: || ==8.6.5 || ==8.8.1 || ==8.10.4 + || ==9.0.1 extra-source-files: README.md CHANGELOG.md include/*.h @@ -40,7 +41,7 @@ library exposed-modules: Servant.Mock build-depends: - base >=4.9 && <4.15, + base >=4.9 && <4.16, base-compat >=0.10.5 && <0.12, bytestring >=0.10.8.1 && <0.11, http-types >=0.12.2 && <0.13,