mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 10:26:07 +00:00
ipython-kernel.cabal: remove unused mtl
dependency
This commit is contained in:
parent
fa4baf5deb
commit
b15679ff30
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user