From d1a10bd2847f4f8c63048a846f16f54a61d1b31e Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 7 Jan 2008 15:17:41 +0000 Subject: Remove the -use-package flag, we don't support it anyway --- src/Haddock/Options.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/Haddock/Options.hs b/src/Haddock/Options.hs index 5b710c1f..88ba56c3 100644 --- a/src/Haddock/Options.hs +++ b/src/Haddock/Options.hs @@ -81,7 +81,6 @@ data Flag | Flag_GenIndex | Flag_IgnoreAllExports | Flag_HideModule String - | Flag_UsePackage String | Flag_OptGhc String | Flag_GhcLibDir String | Flag_GhcVersion @@ -150,8 +149,6 @@ options backwardsCompat = "behave as if all modules have the\nignore-exports atribute", Option [] ["hide"] (ReqArg Flag_HideModule "MODULE") "behave as if MODULE has the hide attribute", - Option [] ["use-package"] (ReqArg Flag_UsePackage "PACKAGE") - "the modules being processed depend on PACKAGE", Option [] ["optghc"] (ReqArg Flag_OptGhc "OPTION") "Forward option to GHC", Option [] ["ghc-version"] (NoArg Flag_GhcVersion) -- cgit v1.2.3