Skip to content

Commit

Permalink
Merge pull request #185 from swamp-agr/main
Browse files Browse the repository at this point in the history
Bump `mtl` to `2.3.1`
  • Loading branch information
fizruk authored Aug 27, 2024
2 parents 25dd17a + 69018bd commit 51fb959
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 @@ -21,7 +21,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 51fb959

Please sign in to comment.