aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-14 20:24:32 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-14 20:24:32 +0000
commit25efba7ea3721264c56ca0f8a57dd166080c7eed (patch)
tree14aa0d080d1270d7bc180814846c9b445947f506 /src/Haddock/Interface.hs
parent2203b2faada1fd7a7370d7298b63703094da42ef (diff)
Move some more flag functions to Haddock.Options
Diffstat (limited to 'src/Haddock/Interface.hs')
-rw-r--r--src/Haddock/Interface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs
index 22d55713..3397eecb 100644
--- a/src/Haddock/Interface.hs
+++ b/src/Haddock/Interface.hs
@@ -36,7 +36,7 @@ import Haddock.InterfaceFile
import Haddock.Interface.Create
import Haddock.Interface.AttachInstances
import Haddock.Interface.Rename
-import Haddock.Options
+import Haddock.Options hiding (verbosity)
import Haddock.Types
import Haddock.Utils