From e48e7443c282e78c03eb97dbdc829c8cc6e629b3 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 11 Apr 2019 21:30:44 +0100 Subject: [PATCH] Update minimum base bounds --- lsp-test.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index 96c2ca3..220f2a1 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -35,7 +35,7 @@ library , haskell-lsp:Language.Haskell.LSP.Types.Capabilities , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 + build-depends: base >= 4.10 && < 5 , haskell-lsp >= 0.8 && < 0.9 , aeson , aeson-pretty @@ -75,7 +75,7 @@ test-suite tests main-is: Test.hs hs-source-dirs: test ghc-options: -W - build-depends: base >= 4.7 && < 5 + build-depends: base >= 4.10 && < 5 , hspec , lens , haskell-lsp >= 0.8 && < 0.9 -- 2.30.2