summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkEUhIcw37X2Kh-dznSMIb9Vgcq0frfdWs <Ethan@web>2012-03-28 19:06:52 +0000
committerGravatar admin <admin@branchable.com>2012-03-28 19:06:52 +0000
commit180a6ef3da9bf05321cc40a897ff2a6691c29f02 (patch)
treec2542e784c7d8021c727fb43ef6027720dacf278
parentef74908fe795989afb0c1a9115916ae9c9380b06 (diff)
Added a comment: GHC 7
-rw-r--r--doc/install/OSX/comment_2_0327c64b15249596add635d26f4ce67f._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_2_0327c64b15249596add635d26f4ce67f._comment b/doc/install/OSX/comment_2_0327c64b15249596add635d26f4ce67f._comment
new file mode 100644
index 000000000..5768d8b93
--- /dev/null
+++ b/doc/install/OSX/comment_2_0327c64b15249596add635d26f4ce67f._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkEUhIcw37X2Kh-dznSMIb9Vgcq0frfdWs"
+ nickname="Ethan"
+ subject="GHC 7"
+ date="2012-03-28T19:06:51Z"
+ content="""
+The Haskell Platform installer for OSX uses GHC 7.0.4, which doesn't seem able to support the current version of git-annex.
+
+Cabal throws a very cryptic error about not being able to use the proper base package.
+
+I was able to install it by
+
+1. cloning the repo
+2. merging the ghc7.0 branch
+3. resolving merge conflicts in git-annex.cabal
+4. cabal install git-annex.cabal
+
+(Note I also tried this with homebrew and had similar results)
+"""]]