$OpenBSD: patch-haddock_cabal,v 1.3 2012/09/03 17:35:25 kili Exp $
--- haddock.cabal.orig	Wed Jun  6 19:10:26 2012
+++ haddock.cabal	Mon Sep  3 19:16:37 2012
@@ -78,10 +78,6 @@ flag test
 
 executable haddock
   default-language:     Haskell2010
-  -- In a GHC tree - in particular, in a source tarball - we don't
-  -- require alex or happy
-  if !flag(in-ghc-tree)
-    build-tools: alex >= 2.3, happy >= 1.18
   build-depends:
     base >= 4.3 && < 4.6,
     filepath,
@@ -140,10 +136,6 @@ executable haddock
    
 library
   default-language:     Haskell2010
-  -- In a GHC tree - in particular, in a source tarball - we don't
-  -- require alex or happy
-  if !flag(in-ghc-tree)
-    build-tools: alex >= 2.3, happy >= 1.18
   build-depends:
     base >= 4.3 && < 4.6,
     filepath,
