summaryrefslogtreecommitdiff
blob: 42e53fd3d0c550f5205ddcf4ab98712df59ba64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/Graphics/X11/Xft.hsc b/Graphics/X11/Xft.hsc
index b32d3c9..493c5ee 100644
--- a/Graphics/X11/Xft.hsc
+++ b/Graphics/X11/Xft.hsc
@@ -57,7 +57,7 @@ import Foreign.Marshal.Array
 import Codec.Binary.UTF8.String as UTF8
 import Data.Int
 import Data.Word
-import Monad
+import Control.Monad
 
 #include <X11/Xft/Xft.h>
 
diff --git a/X11-xft.cabal b/X11-xft.cabal
index 06bba67..273c96a 100644
--- a/X11-xft.cabal
+++ b/X11-xft.cabal
@@ -9,7 +9,7 @@ synopsis:       Bindings to the Xft, X Free Type interface library, and some Xre
 description:    Bindings to the Xft, X Free Type interface library, and some Xrender parts
 exposed-modules:    Graphics.X11.Xft, Graphics.X11.Xrender
 extensions:         ForeignFunctionInterface
-build-depends:	    base, haskell98, X11>=1.2.1, utf8-string>=0.1
+build-depends:	    base, X11>=1.2.1, utf8-string>=0.1
 ghc-options:        -funbox-strict-fields
 pkgconfig-depends:  xft
 extra-source-files: Hello.hs