diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-21 08:09:47 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-21 08:09:47 +0200 |
commit | 210c40758ec1c209bcc13fbe63ab81214e026da4 (patch) | |
tree | ff228c3b56521ed08c864d531ea969379080963a /xmonad-contrib.cabal | |
parent | 1e891284095c7318d7fc77e0ec8cb68b57dae136 (diff) | |
download | XMonadContrib-210c40758ec1c209bcc13fbe63ab81214e026da4.tar.gz XMonadContrib-210c40758ec1c209bcc13fbe63ab81214e026da4.tar.xz XMonadContrib-210c40758ec1c209bcc13fbe63ab81214e026da4.zip |
Move XMonad.Util.XPaste to XMonad.Util.Paste
darcs-hash:20080921060947-25a6b-6feda2edc133f5968df19892c2490a3a2df785c8.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index c74c00a..34e89c5 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -197,6 +197,6 @@ library XMonad.Util.Timer XMonad.Util.WindowProperties XMonad.Util.WorkspaceCompare - XMonad.Util.XPaste + XMonad.Util.Paste XMonad.Util.XSelection XMonad.Util.XUtils |