Skip to content

Commit

Permalink
Bump mtl to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed May 28, 2024
1 parent 0ac6736 commit 69018bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rzk/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
bytestring: ">= 0.10.8.2"
directory: ">= 1.2.7.0"
Glob: ">= 0.9.3"
mtl: ">= 2.2.2"
mtl: ">= 2.3.1"
template-haskell: ">= 2.14.0.0"
text: ">= 1.2.3.1"
yaml: ">= 0.11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rzk/rzk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
, bifunctors >=5.5.3
, bytestring >=0.10.8.2
, directory >=1.2.7.0
, mtl >=2.2.2
, mtl >=2.3.1
, template-haskell >=2.14.0.0
, text >=1.2.3.1
, yaml >=0.11.0.0
Expand Down
3 changes: 2 additions & 1 deletion rzk/src/Language/Rzk/VSCode/Handlers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import Control.Lens
import Control.Monad (forM_, when)
import Control.Monad.Except (ExceptT (ExceptT),
MonadError (throwError),
modifyError, runExceptT)
runExceptT)
import Control.Monad.Error.Class (modifyError)
import Control.Monad.IO.Class (MonadIO (..))
import Data.Default.Class
import Data.List (isSuffixOf, sort, (\\))
Expand Down

0 comments on commit 69018bd

Please sign in to comment.