Skip to content

Instantly share code, notes, and snippets.

@webframp
Last active December 16, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webframp/bdfa579b5129ae5cd3ef to your computer and use it in GitHub Desktop.
Save webframp/bdfa579b5129ae5cd3ef to your computer and use it in GitHub Desktop.
my arch haskell dumbness
uninstall:
pacman -Qs haskell- | grep local | cut -d'/' -f 2 | cut -d' ' -f 1 | xargs sudo pacman -R -
reinstall:
pacman -Syy
pacman -S ghc
pacman -S xmonad
pacman -S xmonad-contrib
soundwave ~ » sudo pacman -S xmonad-contrib
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: haskell-x11-xft: requires haskell-x11=1.6.1.1-3
:: haskell-x11-xft: requires haskell-utf8-string=0.3.7-26
soundwave ~ » pacman -Qs haskell-x11
local/haskell-x11 1.6.1.1-3
A binding to the X11 graphics library
local/haskell-x11-xft 0.3.1-29
Bindings to the Xft, X Free Type interface library, and some
Xrender parts
soundwave ~ » pacman -Qs haskell-utf8-string
local/haskell-utf8-string 0.3.7-26
Support for reading and writing UTF8 Strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment