X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=220f2a1681daa078298692c5b46d2df1d2dd2daf;hp=96c2ca303193b284090431e3aca98c5d19eaa5a0;hb=e48e7443c282e78c03eb97dbdc829c8cc6e629b3;hpb=e0220090747dd954341f6c17551f1200deab03b8 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