$NetBSD: patch-aa,v 1.1 2010/05/10 11:55:07 phonohawk Exp $

--- tfp.cabal.orig	2008-12-18 20:08:08.000000000 +0000
+++ tfp.cabal
@@ -17,10 +17,6 @@ description:	TFP (short for Type Family 
 category:       Data
 tested-with:    GHC == 6.9.0
 
-flag build-test
-  description: Build the tfp-test test program
-  default: False
-
 library {
   extensions:     TypeFamilies, UndecidableInstances, TypeOperators,
                   EmptyDataDecls, DeriveDataTypeable, ScopedTypeVariables,
@@ -46,18 +42,3 @@ library {
     Types.Data.Num.Decimal.Ops
 }
 
-
-executable tfp-test {
-  if flag(build-test) {
-    buildable: True
-  } else {
-    buildable: False
-  }
-  extensions:     TypeFamilies, UndecidableInstances, TypeOperators,
-                  EmptyDataDecls, DeriveDataTypeable, ScopedTypeVariables,
-                  FlexibleInstances, TemplateHaskell, TypeSynonymInstances,
-                  MultiParamTypeClasses, GeneralizedNewtypeDeriving,
-                  FunctionalDependencies, Rank2Types, FlexibleContexts
-  main-is: Test.hs
-  build-depends:  base >= 3.0, template-haskell >= 2.0, QuickCheck >= 1.2.0.0
-}
