Move XMonad.Util.XPaste to XMonad.Util.Paste

This commit is contained in:
Spencer Janssen
2008-09-21 06:09:47 +00:00
parent 8d670902e5
commit 2477985387
3 changed files with 5 additions and 5 deletions

View File

@@ -490,7 +490,7 @@ A non complete list with a brief description:
workspaces in various ways, used by several other modules which need
to sort workspaces (e.g. "XMonad.Hooks.DynamicLog").
* "XMonad.Util.XPaste" provides utilities for pasting or sending keys and
* "XMonad.Util.Paste" provides utilities for pasting or sending keys and
strings to windows;
* "XMonad.Util.XSelection" provide utilities for using the mouse

View File

@@ -1,5 +1,5 @@
{- |
Module : XMonad.Util.XPaste
Module : XMonad.Util.Paste
Author : Jérémy Bobbio
Copyright : (C) 2008
License : BSD3
@@ -12,7 +12,7 @@ A module for sending key presses to windows. This modules provides generalized
and specialized functions for this task.
-}
module XMonad.Util.XPaste where
module XMonad.Util.Paste where
import XMonad (io, theRoot, withDisplay, X ())
import Graphics.X11

View File

@@ -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