dhall-lsp-server 1.0.5 → 1.0.6
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~dhalldep ~haskell-lspdep ~haskell-lsp-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dhall, haskell-lsp, haskell-lsp-types, lens, lens-family-core
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- dhall-lsp-server.cabal +6/−6
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 PanAeon+Copyright (c) 2020 PanAeon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
dhall-lsp-server.cabal view
@@ -1,5 +1,5 @@ name: dhall-lsp-server-Version: 1.0.5+Version: 1.0.6 cabal-version: 1.12 synopsis: Language Server Protocol (LSP) server for Dhall homepage: https://github.com/dhall-lang/dhall-haskell/dhall-lsp-server#readme@@ -50,14 +50,14 @@ , containers >= 0.5.11.0 && < 0.7 , data-default >= 0.7.1.1 && < 0.8 , directory >= 1.2.2.0 && < 1.4- , dhall >= 1.29.0 && < 1.31+ , dhall >= 1.29.0 && < 1.32 , dhall-json >= 1.4 && < 1.7 , filepath >= 1.4.2 && < 1.5- , haskell-lsp >= 0.19.0.0 && < 0.20+ , haskell-lsp >= 0.19.0.0 && < 0.21 , rope-utf16-splay >= 0.3.1.0 && < 0.4 , hslogger >= 1.2.10 && < 1.4- , lens >= 4.16.1 && < 4.19- , lens-family-core >= 1.2.2 && < 2.1+ , lens >= 4.16.1 && < 4.20+ , lens-family-core >= 1.2.2 && < 2.2 , megaparsec >= 7.0.2 && < 8.1 , mtl >= 2.2.2 && < 2.3 , network-uri >= 2.6.1.0 && < 2.7@@ -115,7 +115,7 @@ GHC-Options: -Wall Build-Depends: base ,- haskell-lsp-types >= 0.19.0 && < 0.20 ,+ haskell-lsp-types >= 0.19.0 && < 0.21 , lsp-test >= 0.9 && < 0.11 , tasty >= 0.11.2 && < 1.3 , tasty-hspec >= 1.1 && < 1.2 ,