@@ -45,23 +45,23 @@ library
4545 aeson >= 1.3.1.1 && < 2.3
4646 , aeson-pretty >= 0.8.7 && < 0.9
4747 , base >= 4.11 && < 5
48- , bytestring >= 0.10.8.2 && < 0.12
48+ , bytestring >= 0.10.8.2 && < 0.13
4949 , co-log-core >= 0.3.1.0 && < 0.4
50- , containers >= 0.5.11.0 && < 0.7
50+ , containers >= 0.5.11.0 && < 0.8
5151 , data-default >= 0.7.1.1 && < 0.8
5252 , directory >= 1.2.2.0 && < 1.4
5353 , dhall >= 1.38.0 && < 1.43
5454 , dhall-json >= 1.4 && < 1.8
55- , filepath >= 1.4.2 && < 1.5
55+ , filepath >= 1.4.2 && < 1.6
5656 , lsp >= 2.1.0.0 && < 2.2
5757 , lens >= 4.16.1 && < 5.4
5858 -- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
5959 , megaparsec >= 7.0.2 && < 10
6060 , mtl >= 2.2.2 && < 2.4
6161 , network-uri >= 2.6.1.0 && < 2.7
6262 , prettyprinter >= 1.7.0 && < 1.8
63- , text >= 1.2.3.0 && < 2.1
64- , text-rope >= 0.2 && < 0.3
63+ , text >= 1.2.3.0 && < 2.2
64+ , text-rope >= 0.2 && < 0.4
6565 , transformers >= 0.5.5.0 && < 0.7
6666 , unordered-containers >= 0.2.9.0 && < 0.3
6767 , uri-encode >= 1.5.0.5 && < 1.6
@@ -91,7 +91,7 @@ Test-Suite doctest
9191 Build-Depends :
9292 base ,
9393 directory >= 1.3.1.5 && < 1.4 ,
94- filepath < 1.5 ,
94+ filepath < 1.6 ,
9595 doctest >= 0.7.0 ,
9696 QuickCheck
9797 Other-Extensions : OverloadedStrings RecordWildCards
@@ -107,8 +107,8 @@ Test-Suite tests
107107 lsp-types >= 2.0.1 && < 2.1 ,
108108 hspec >= 2.7 && < 2.12 ,
109109 lsp-test >= 0.15.0.0 && < 0.16 ,
110- tasty >= 0.11.2 && < 1.5 ,
110+ tasty >= 0.11.2 && < 1.6 ,
111111 tasty-hspec >= 1.1 && < 1.3 ,
112- text >= 0.11 && < 2.1
112+ text >= 0.11 && < 2.2
113113 Build-Tool-Depends : dhall-lsp-server :dhall-lsp-server
114114 Default-Language : Haskell2010
0 commit comments