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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments