ipython-kernel.cabal: remove unused mtl dependency

This commit is contained in:
Vaibhav Sagar 2021-11-06 14:35:41 +11:00
parent fa4baf5deb
commit b15679ff30
2 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import Control.Arrow
import Control.Concurrent (MVar, newMVar, takeMVar, putMVar, threadDelay)
import Control.Monad (guard)
import Control.Monad.IO.Class (MonadIO(..))
import Control.Monad.State.Strict (StateT, get, modify, runStateT)
import Control.Monad.Trans.State.Strict (StateT, get, modify, runStateT)
import Data.Char (isDigit)
import Data.List (isPrefixOf)

View File

@ -46,7 +46,6 @@ library
filepath ,
process ,
memory ,
mtl ,
text ,
transformers ,
unordered-containers,
@ -62,7 +61,6 @@ executable simple-calc-example
build-depends: ipython-kernel ,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
@ -77,7 +75,6 @@ executable fun-calc-example
build-depends: ipython-kernel ,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers