summaryrefslogtreecommitdiffstats
path: root/haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2012-06-27 16:23:30 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-27 16:23:30 -0400
commit8863badc72be7687bea5e2a6352c379adc7e7d60 (patch)
treeac0ff1ba14ae2196bae07fcf83aed25df43ceab8 /haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch
parente26b0c8f801d5bb1d881e14dae90cd8b0d9d1fe8 (diff)
downloadslackbuilds-8863badc72be7687bea5e2a6352c379adc7e7d60.tar.gz
slackbuilds-8863badc72be7687bea5e2a6352c379adc7e7d60.tar.xz
haskell/xmonad-contrib: Adjust build for ghc 7.4.x.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch')
-rw-r--r--haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch b/haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch
new file mode 100644
index 0000000000..bc61d032d7
--- /dev/null
+++ b/haskell/xmonad-contrib/XMonad_Util_Paste_hs.patch
@@ -0,0 +1,12 @@
+--- XMonad/Util/Paste.hs.orig 2012-05-17 16:47:40.345000003 +0300
++++ XMonad/Util/Paste.hs 2012-05-17 16:47:55.724000002 +0300
+@@ -89,9 +89,3 @@
+ sendEvent d w True keyPressMask ev
+ setEventType ev keyRelease
+ sendEvent d w True keyReleaseMask ev
+-
+--- | A null 'KeyMask'. Used when you don't want a character or string shifted, control'd, or what.
+---
+--- TODO: This really should be a function in the X11 binding. When noModMask shows up there, remove.
+-noModMask :: KeyMask
+-noModMask = 0