summaryrefslogtreecommitdiff
path: root/doc/bugs/Cabal_dependency_monadIO_missing.mdwn
blob: cf4b1381289fe1ff34050a987a656e7588718b15 (plain)
1
2
3
4
5
6
7
8
9
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

Adding the dependency for `monadIO` to `git-annex.cabal` should fix this?  
-- Thomas