bkerby

:m + XMonad

Sep 25th, 2012
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $> ghc-pkg list | ack xmonad
  2. xmonad-0.10.1
  3. xmonad-contrib-0.10.1
  4. xmonad-extras-0.10.1.1
  5.  
  6. $> ghci
  7. GHCi, version 7.6.1: http://www.haskell.org/ghc/ :? for help
  8. Loading package ghc-prim ... linking ... done.
  9. Loading package integer-gmp ... linking ... done.
  10. Loading package base ... linking ... done.
  11.  
  12. > :m + XMonad
  13.  
  14. <no location info>:
  15. Could not find module `XMonad'
  16. It is not a module in the current program, or in any known package.
Advertisement
Add Comment
Please, Sign In to add comment