2011-08-01 09:52:22 +00:00
|
|
|
Just issuing the command `cabal install` results in the following error message.
|
|
|
|
|
|
|
|
Command/Add.hs:54:3:
|
|
|
|
No instance for (Control.Monad.IO.Control.MonadControlIO
|
|
|
|
(Control.Monad.State.Lazy.StateT Annex.AnnexState IO))
|
|
|
|
arising from a use of `handle' at Command/Add.hs:54:3-24
|
|
|
|
|
2011-08-01 09:54:51 +00:00
|
|
|
Adding the dependency for `monadIO` to `git-annex.cabal` should fix this?
|
|
|
|
-- Thomas
|
2011-08-05 14:27:22 +00:00
|
|
|
|
|
|
|
> No, it's already satisfied by `monad-control` being listed as a
|
|
|
|
> dependency in the cabal file. Your system might be old/new/or broken,
|
|
|
|
> perhaps it's time to provide some details about the version of haskell
|
|
|
|
> and of `monad-control` you have installed? --[[Joey]]
|
2011-10-30 20:44:09 +00:00
|
|
|
|
|
|
|
>> Closing as apparently user error or a broken system.
|
|
|
|
>> If you see this problem please do say. [[done]] --[[Joey]]
|