Skip to content

Commit 67a1683

Browse files
authored
Merge pull request #435 from michaelpj/mpj/fix-mtl
Update version bounds in cabal files
2 parents 5aa953a + 77c9d86 commit 67a1683

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lsp-test/lsp-test.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
, filepath
5555
, Glob >= 0.9 && < 0.11
5656
, lens
57-
, mtl
57+
, mtl < 2.4
5858
, parser-combinators >= 1.2
5959
, process >= 1.6
6060
, text
@@ -93,7 +93,7 @@ test-suite tests
9393
, filepath
9494
, unliftio
9595
, process
96-
, mtl
96+
, mtl < 2.4
9797
, aeson
9898
default-language: Haskell2010
9999

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ library
8181
, filepath
8282
, hashable
8383
, lens >= 4.15.2
84-
, mtl
84+
, mtl < 2.4
8585
, network-uri
8686
, mod
8787
, scientific

lsp/lsp.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, hashable
4747
, lsp-types == 1.5.*
4848
, lens >= 4.15.2
49-
, mtl
49+
, mtl < 2.4
5050
, network-uri
5151
, prettyprinter
5252
, sorted-list == 0.2.1.*
@@ -55,7 +55,7 @@ library
5555
, temporary
5656
, text
5757
, text-rope
58-
, transformers >= 0.5.6 && < 0.6
58+
, transformers >= 0.5.6 && < 0.7
5959
, time
6060
, unordered-containers
6161
, unliftio-core >= 0.2.0.0

0 commit comments

Comments
 (0)