X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=457ed43a4216866a2dcee9d2cd9e20c177d1c3cd;hb=ff6ad7a2194723f4f47132a994e353b02a1a9686;hp=96c2ca303193b284090431e3aca98c5d19eaa5a0;hpb=e0220090747dd954341f6c17551f1200deab03b8;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 96c2ca3..457ed43 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -35,8 +35,8 @@ library , haskell-lsp:Language.Haskell.LSP.Types.Capabilities , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 - , haskell-lsp >= 0.8 && < 0.9 + build-depends: base >= 4.10 && < 5 + , haskell-lsp >= 0.8 && < 0.10 , aeson , aeson-pretty , ansi-terminal @@ -75,14 +75,13 @@ 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 + , haskell-lsp >= 0.8 && < 0.10 , lsp-test , data-default , aeson , unordered-containers , text default-language: Haskell2010 -