$OpenBSD: patch-bustle_cabal,v 1.1 2012/09/02 22:12:36 kili Exp $
--- bustle.cabal.orig	Fri Jul 13 21:44:38 2012
+++ bustle.cabal	Fri Jul 13 21:47:17 2012
@@ -27,11 +27,11 @@ Executable bustle
   if flag(PostCabalizedGtk2HS)
     -- Since gtk2hs 0.11, pango is a separate package, and its module names
     -- have changed.
-    Build-Depends:  haskell98, mtl, base >= 4 && < 5, containers, parsec,
+    Build-Depends:  mtl, base >= 4 && < 5, containers, parsec,
                     filepath, process,
                     gtk > 0.11, glade, pango, glib, cairo
   else
-    Build-Depends:  haskell98, mtl, base >= 4 && < 5, containers, parsec,
+    Build-Depends:  mtl, base >= 4 && < 5, containers, parsec,
                     filepath, process,
                     gtk > 0.10 && < 0.11, glade, pango, glib, cairo
 
@@ -39,18 +39,18 @@ Executable bustle-count
   Main-is:        bustle-count.hs
   Other-modules:  Bustle.Parser, Bustle.Stats, Bustle.Types,
                   Bustle.Noninteractive
-  Build-Depends:  haskell98, base >= 4 && < 5, containers, parsec
+  Build-Depends:  base >= 4 && < 5, containers, parsec
   Ghc-options:    -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
 
 Executable bustle-time
   Main-is:        bustle-time.hs
   Other-modules:  Bustle.Parser, Bustle.Stats, Bustle.Types,
                   Bustle.Noninteractive
-  Build-Depends:  haskell98, base >= 4 && < 5, containers, parsec
+  Build-Depends:  base >= 4 && < 5, containers, parsec
   Ghc-options:    -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
 
 Executable bustle-dot
   Main-is:        bustle-dot.hs
   Other-modules:  Bustle.Parser, Bustle.Types
-  Build-Depends:  haskell98, base >= 4 && < 5, containers, parsec
+  Build-Depends:  base >= 4 && < 5, containers, parsec
   Ghc-options:    -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
