You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/x11-xft/files/x11-xft-0.3-ghc72.patch

27 lines
957 B

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