summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-31 15:10:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-31 15:10:26 -0400
commit80ed63ebb4d7750994703e72caeee82075c5d036 (patch)
tree06a74767819f7f43ff20e35e8c5e673c26062666
parent28b5a9fa2048f4e6425cc1d8dbe13b0e4c36a15b (diff)
parent081517b6e9111536cd67c1f501adf07497862ce5 (diff)
Merge remote branch 'branchable/master'
-rw-r--r--doc/bugs/building_on_lenny.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/building_on_lenny.mdwn b/doc/bugs/building_on_lenny.mdwn
index 654b1283e..48386bde4 100644
--- a/doc/bugs/building_on_lenny.mdwn
+++ b/doc/bugs/building_on_lenny.mdwn
@@ -65,3 +65,16 @@ Thanks for your help! --[[cstamas]]
>>> <http://hackage.haskell.org/package/extensible-exceptions>
>>> and I asked how to get it on stable here:
>>> <http://ask.debian.net/questions/how-to-get-haskell-extensible-extceptions-on-stable> --[[Joey]]
+
+>>>> I made some effort with cabal on lenny. I can install (and I did it) cabal
+>>>> from squeeze as dependencies are ok. Then I installed extensible
+>>>> exceptions, but it places it in some local dir that git-annex's installer
+>>>> (or ghc itself) does not know about.
+>>>>
+>>>> Later I realized that *only* for the compilation ghc6 and its friends are
+>>>> needed. So I built the package on my other machine running squeeze. Then
+>>>> resulting deb packages cleanly installs on lenny
+>>>>
+>>>> For me this is OK. Thanks! --[[cstamas]]
+
+[[done]]