]> git.pld-linux.org Git - packages/ghc-xmonad-contrib.git/blob - applicative.patch
up to 0.11.4
[packages/ghc-xmonad-contrib.git] / applicative.patch
1 diff -urN xmonad-contrib-0.11.4.orig/XMonad/Hooks/DebugEvents.hs xmonad-contrib-0.11.4/XMonad/Hooks/DebugEvents.hs
2 --- xmonad-contrib-0.11.4.orig/XMonad/Hooks/DebugEvents.hs      2015-03-29 20:31:49.750052992 +0200
3 +++ xmonad-contrib-0.11.4/XMonad/Hooks/DebugEvents.hs   2015-03-29 20:33:37.373383041 +0200
4 @@ -30,6 +30,7 @@
5  
6  -- import           Graphics.X11.Xlib.Extras.GetAtomName        (getAtomName)
7  
8 +import           Control.Applicative
9  import           Control.Exception.Extensible         as E
10  import           Control.Monad.State
11  import           Control.Monad.Reader
12 diff -urN xmonad-contrib-0.11.4.orig/XMonad/Util/Invisible.hs xmonad-contrib-0.11.4/XMonad/Util/Invisible.hs
13 --- xmonad-contrib-0.11.4.orig/XMonad/Util/Invisible.hs 2015-03-29 20:32:10.070052372 +0200
14 +++ xmonad-contrib-0.11.4/XMonad/Util/Invisible.hs      2015-03-29 20:31:03.553387735 +0200
15 @@ -22,6 +22,8 @@
16                              , fromIMaybe
17                              ) where
18  
19 +import Control.Applicative
20 +
21  -- $usage
22  -- A wrapper data type to store layout state that shouldn't be persisted across
23  -- restarts. A common wrapped type to use is @Maybe a@.
This page took 0.078633 seconds and 3 git commands to generate.