summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1 <Bleddle@web>2015-05-30 18:06:01 +0000
committerGravatar admin <admin@branchable.com>2015-05-30 18:06:01 +0000
commitf0c3a13ef98670f2d231b9b9ce37428e2f035dd4 (patch)
tree798902c5d961d33d1ad9b1ed39d032a47eda5252 /doc/news
parentd57c8823ce69996161f85aca1b2d871f36f9612d (diff)
Added a comment: Using stackage and installing
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment b/doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment
new file mode 100644
index 000000000..7d81e9442
--- /dev/null
+++ b/doc/news/version_5.20150528/comment_3_caaa61152a72d308cc2b27dcbf63df42._comment
@@ -0,0 +1,35 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1"
+ nickname="Bleddle"
+ subject="Using stackage and installing"
+ date="2015-05-30T18:06:00Z"
+ content="""
+@joey how do I use stackage when using `cabal install`. I tried putting the `cabal.config` into `~/.cabal` but still keep getting the same DAV dependency error.
+
+I also tried building on Debian after running:
+
+ cabal update; cabal unpack git-annex
+ sudo apt-get build-dep git-annex`
+
+Results:
+
+ ➤ cabal configure -v
+ /usr/bin/ghc --numeric-version
+ looking for tool \"ghc-pkg\" near compiler in /usr/bin
+ found ghc-pkg in /usr/bin/ghc-pkg
+ /usr/bin/ghc-pkg --version
+ /usr/bin/ghc --supported-languages
+ /usr/bin/ghc --info
+ Reading available packages...
+ Choosing modular solver.
+ Resolving dependencies...
+ Could not resolve dependencies:
+ trying: git-annex-5.20150528
+ trying: git-annex-5.20150528:+torrentparser
+ creating dist/setup
+ /usr/bin/ghc --make ./Setup.hs -o ./dist/setup/setup -odir ./dist/setup -hidir ./dist/setup -i -i. -package Cabal-1.18.1.3
+ <command line>: cannot satisfy -package Cabal-1.18.1.3
+ (use -v for more information)
+
+I'm not a Haskell programmer, so I have no idea how to get this all working, nor how to install a new version of git-annex.
+"""]]