From dae17fc79072f447793beb267ee5dcc32d2f983c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 11 Oct 2012 02:22:35 +0200 Subject: Fixing compilation sans with_xft ColorCache.hs nees X11 with or without XFT. Should address github issue #75. --- src/ColorCache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ColorCache.hs b/src/ColorCache.hs index 6313a98..e9c5810 100644 --- a/src/ColorCache.hs +++ b/src/ColorCache.hs @@ -20,7 +20,6 @@ module ColorCache(withColors, withDrawingColors) where import MinXft -import Graphics.X11.Xlib #else module ColorCache(withColors) where @@ -31,6 +30,7 @@ import Data.IORef import System.IO.Unsafe (unsafePerformIO) import Control.Monad.Trans (MonadIO, liftIO) import Control.Exception (SomeException, handle) +import Graphics.X11.Xlib data DynPixel = DynPixel Bool Pixel -- cgit v1.2.3