summaryrefslogtreecommitdiff
blob: 1d454c5f06ea82d0cc3587af55be1028b5814420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/Graphics/UI/Gtk/General/Structs.hsc b/Graphics/UI/Gtk/General/Structs.hsc
index 2df0385..c1b8452 100644
--- a/Graphics/UI/Gtk/General/Structs.hsc
+++ b/Graphics/UI/Gtk/General/Structs.hsc
@@ -1,4 +1,5 @@
 {-# LANGUAGE ScopedTypeVariables, TypeSynonymInstances #-}
+{-# LANGUAGE FlexibleInstances #-}
 {-# OPTIONS_HADDOCK hide #-}
 -- -*-haskell-*-
 
diff --git a/gtk.cabal b/gtk.cabal
index bd97975..aa7165f 100644
--- a/gtk.cabal
+++ b/gtk.cabal
@@ -126,7 +126,7 @@ Flag have-gio
 
 Library
         build-depends:  base >= 4 && < 5,
-                        array, containers, haskell98, mtl, bytestring,
+                        array, containers, mtl, bytestring,
                         glib  >= 0.12.0 && < 0.13,
                         pango >= 0.12.0 && < 0.13,
                         cairo >= 0.12.0 && < 0.13