Skip to content
Snippets Groups Projects
Commit 38cb1f9c authored by Finley McIlwaine's avatar Finley McIlwaine
Browse files

Remove GHC debug dep

parent f7159663
No related branches found
No related tags found
3 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl
......@@ -63,7 +63,6 @@ library
, ghc-boot
, mtl
, transformers
, ghc-debug-stub
hs-source-dirs: src
......
......@@ -85,8 +85,6 @@ import GHC.Unit
import GHC.Utils.Panic (handleGhcException)
import GHC.Data.FastString
import GHC.Debug.Stub
--------------------------------------------------------------------------------
-- * Exception handling
--------------------------------------------------------------------------------
......@@ -149,7 +147,7 @@ handleGhcExceptions =
--
-- > main = getArgs >>= haddock
haddock :: [String] -> IO ()
haddock args = withGhcDebug $ haddockWithGhc withGhc args
haddock args = haddockWithGhc withGhc args
haddockWithGhc :: (forall a. [Flag] -> Ghc a -> IO a) -> [String] -> IO ()
haddockWithGhc ghc args = handleTopExceptions $ do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment