
It's the default .cabal/config
Nothing was changed
remote-repo: hackage.haskell.org:http://hackage.haskell.org/p
ackages/archive
What should it be?
On Sun, Oct 24, 2010 at 5:38 PM, Adam Vogt
Hello Florian,
That's still xmonad-extras 0.9 after the cabal update. Maybe there's something interesting in ~/.cabal/config, such as a proxy or different remote-repo.
-- Adam
* On Sunday, October 24 2010, Florian Lengyel wrote:
There is still an error after running cabal update cabal install cabal-install cabal install xmonad-extras
I was expecting to have to issue a grovelling apology for not having run the update first.
However the attempt to install fails again wilth
cabal install xmonad-extras Resolving dependencies... Configuring xmonad-extras-0.9... Preprocessing library xmonad-extras-0.9... Building xmonad-extras-0.9... [1 of 4] Compiling XMonad.Prompt.MPD ( XMonad/Prompt/MPD.hs, dist/build/XMonad/Prompt/MPD.o )
XMonad/Prompt/MPD.hs:76:41: Not in scope: `findArtist'
XMonad/Prompt/MPD.hs:76:56: Not in scope: `listArtists'
XMonad/Prompt/MPD.hs:82:25: Not in scope: type constructor or class `PLIndex'
XMonad/Prompt/MPD.hs:85:23: Not in scope: data constructor `Pos'
XMonad/Prompt/MPD.hs:86:15: Not in scope: data constructor `ID'
XMonad/Prompt/MPD.hs:89:60: Not in scope: type constructor or class `PLIndex' cabal: Error: some packages failed to install: xmonad-extras-0.9 failed during the building phase. The exception was: ExitFailure 1 flengyel@netbook:~$
This is on a debian system
On Sun, Oct 24, 2010 at 5:06 PM, Florian Lengyel
wrote: cabal install xmonad-extras Resolving dependencies... Configuring xmonad-extras-0.9... Preprocessing library xmonad-extras-0.9... Building xmonad-extras-0.9... [1 of 4] Compiling XMonad.Prompt.MPD ( XMonad/Prompt/MPD.hs, dist/build/XMonad/Prompt/MPD.o )
XMonad/Prompt/MPD.hs:76:41: Not in scope: `findArtist'
XMonad/Prompt/MPD.hs:76:56: Not in scope: `listArtists'
XMonad/Prompt/MPD.hs:82:25: Not in scope: type constructor or class `PLIndex'
XMonad/Prompt/MPD.hs:85:23: Not in scope: data constructor `Pos'
XMonad/Prompt/MPD.hs:86:15: Not in scope: data constructor `ID'
XMonad/Prompt/MPD.hs:89:60: Not in scope: type constructor or class `PLIndex' cabal: Error: some packages failed to install: xmonad-extras-0.9 failed during the building phase. The exception was: ExitFailure 1 flengyel@netbook:~$
On Sun, Oct 24, 2010 at 3:04 PM, Daniel Schoepe < daniel.schoepe@googlemail.com> wrote:
This is mainly a compatability release, because I forgot to add upper version bounds on the dependencies in the previous release, which caused a build failure due to a new version of the libmpd-bindings.
This version also adds XMonad.Config.Alt by Adam Vogt, a new, experimental approach to configuring xmonad that is intended to make the configuration simpler, more modular and to address difficulties that arise when enabling multiple extensions.
Hackage: http://hackage.haskell.org/package/xmonad-extras-0.9.1 Documentation is available at: http://projects.haskell.org/xmonad-extras/
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad