summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web>2012-10-17 22:23:16 +0000
committerGravatar admin <admin@branchable.com>2012-10-17 22:23:16 +0000
commitb7380e4e73121e8018843e564e6ef55a8ccb8f14 (patch)
treec539ba5f15318de44777903bdaaf023ff9aac740
parentb8ab216cc00b6bc5112bd1e2dd5040c3fa3df4d4 (diff)
Added a comment: Doesn't quite work
-rw-r--r--doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana/comment_3_1449dd796ce9f2209f085d4b017a5f33._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana/comment_3_1449dd796ce9f2209f085d4b017a5f33._comment b/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana/comment_3_1449dd796ce9f2209f085d4b017a5f33._comment
new file mode 100644
index 000000000..8feff78d9
--- /dev/null
+++ b/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana/comment_3_1449dd796ce9f2209f085d4b017a5f33._comment
@@ -0,0 +1,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
+"""]]