Skip to content

Commit 69018bd

Browse files
committed
Bump mtl to 2.3.1
1 parent 0ac6736 commit 69018bd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

rzk/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
bytestring: ">= 0.10.8.2"
4949
directory: ">= 1.2.7.0"
5050
Glob: ">= 0.9.3"
51-
mtl: ">= 2.2.2"
51+
mtl: ">= 2.3.1"
5252
template-haskell: ">= 2.14.0.0"
5353
text: ">= 1.2.3.1"
5454
yaml: ">= 0.11.0.0"

rzk/rzk.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library
7070
, bifunctors >=5.5.3
7171
, bytestring >=0.10.8.2
7272
, directory >=1.2.7.0
73-
, mtl >=2.2.2
73+
, mtl >=2.3.1
7474
, template-haskell >=2.14.0.0
7575
, text >=1.2.3.1
7676
, yaml >=0.11.0.0

rzk/src/Language/Rzk/VSCode/Handlers.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import Control.Lens
1919
import Control.Monad (forM_, when)
2020
import Control.Monad.Except (ExceptT (ExceptT),
2121
MonadError (throwError),
22-
modifyError, runExceptT)
22+
runExceptT)
23+
import Control.Monad.Error.Class (modifyError)
2324
import Control.Monad.IO.Class (MonadIO (..))
2425
import Data.Default.Class
2526
import Data.List (isSuffixOf, sort, (\\))

0 commit comments

Comments
 (0)