Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/34953914bf4d577a9609e7e291eca43c45b29aba

>---------------------------------------------------------------

commit 34953914bf4d577a9609e7e291eca43c45b29aba
Author: Simon Hengel <[email protected]>
Date:   Mon Sep 24 11:35:28 2012 +0200

    Remove test flag from cabal file
    
    This was not really used.

>---------------------------------------------------------------

 haddock.cabal |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index 3486b2f..bbd4e75 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -72,10 +72,6 @@ flag in-ghc-tree
   default: False
   manual: True
 
-flag test
-  default: False
-  manual: True
-
 executable haddock
   default-language:     Haskell2010
   -- In a GHC tree - in particular, in a source tarball - we don't
@@ -99,10 +95,6 @@ executable haddock
   else
     build-depends: ghc-paths
 
-  if flag(test)
-    cpp-options: -DTEST
-    build-depends: QuickCheck >= 2.1 && < 3
-
   main-is:              Main.hs
   hs-source-dirs:       src
   ghc-options:          -funbox-strict-fields -O2 -Wall -fwarn-tabs
@@ -160,10 +152,6 @@ library
   else
     build-depends: ghc-paths
 
-  if flag(test)
-    cpp-options: -DTEST
-    build-depends: QuickCheck >= 2.1 && < 3
-
   hs-source-dirs:       src
   ghc-options:          -funbox-strict-fields -O2 -Wall -fwarn-tabs
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to