From: Luke Lau Date: Thu, 11 Apr 2019 20:30:44 +0000 (+0100) Subject: Update minimum base bounds X-Git-Tag: 0.5.1.2~3 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=e48e7443c282e78c03eb97dbdc829c8cc6e629b3 Update minimum base bounds --- 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