File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ import Control.Lens
2121import Control.Monad (forM_ , when )
2222import Control.Monad.Except (ExceptT (ExceptT ),
2323 MonadError (throwError ),
24- modifyError , runExceptT )
24+ runExceptT )
25+ import Control.Monad.Error.Class (modifyError )
2526import Control.Monad.IO.Class (MonadIO (.. ))
2627import Data.Default.Class
2728import Data.List (isSuffixOf , sort , (\\) )
You can’t perform that action at this time.
0 commit comments