summaryrefslogtreecommitdiff
path: root/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana/comment_3_1449dd796ce9f2209f085d4b017a5f33._comment
blob: 8feff78d956c4b32f799aff7ce4840883de1bbaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!comment format=mdwn
 username="https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89"
 nickname="John"
 subject="Doesn't quite work"
 date="2012-10-17T22:23:16Z"
 content="""
Your Makefile change, even with the uname corrected, had no impact at all.  I'm running \"cabal install\".  When I try just \"make\", I get this error:


    Annex.hs:69:28:
        No instance for (MonadBase IO (StateT AnnexState IO))
          arising from a use of `liftBase'
        Possible fix:
          add an instance declaration for
          (MonadBase IO (StateT AnnexState IO))
        In the second argument of `(.)', namely `liftBase'
        In the expression: Annex . liftBase
        In an equation for `liftBase': liftBase = Annex . liftBase
"""]]