File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ library
54
54
, filepath
55
55
, Glob >= 0.9 && < 0.11
56
56
, lens
57
- , mtl
57
+ , mtl < 2.4
58
58
, parser-combinators >= 1.2
59
59
, process >= 1.6
60
60
, text
@@ -93,7 +93,7 @@ test-suite tests
93
93
, filepath
94
94
, unliftio
95
95
, process
96
- , mtl
96
+ , mtl < 2.4
97
97
, aeson
98
98
default-language : Haskell2010
99
99
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ library
81
81
, filepath
82
82
, hashable
83
83
, lens >= 4.15.2
84
- , mtl
84
+ , mtl < 2.4
85
85
, network-uri
86
86
, mod
87
87
, scientific
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
46
46
, hashable
47
47
, lsp-types == 1.5. *
48
48
, lens >= 4.15.2
49
- , mtl
49
+ , mtl < 2.4
50
50
, network-uri
51
51
, prettyprinter
52
52
, sorted-list == 0.2.1. *
@@ -55,7 +55,7 @@ library
55
55
, temporary
56
56
, text
57
57
, text-rope
58
- , transformers >= 0.5.6 && < 0.6
58
+ , transformers >= 0.5.6 && < 0.7
59
59
, time
60
60
, unordered-containers
61
61
, unliftio-core >= 0.2.0.0
You can’t perform that action at this time.
0 commit comments