File: Trouble_installing_from_cabal_on_debian-testing.mdwn

package info (click to toggle)
git-annex 5.20151208-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 48,312 kB
  • sloc: haskell: 48,234; sh: 1,540; ansic: 484; makefile: 267; perl: 145
file content (15 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
I'm having trouble install from cabal on Debian-testing since the new beta released.

    % sudo aptitude remove --purge cabal-install
    % rm -rf $HOME/.cabal
    % sudo aptitude install cabal-install
    % cabal update
    % cabal install git-annex

The output all follows this general syntax:

    <package> depends on <anotherpackage> which failed to install

On the flip side, I upgrade my Debian to sid and it installed just fine through aptitude.

(Apologies for my English, and if this is simply a user error)