Skip to content
Snippets Groups Projects
Commit 0b7977e2 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

ghc tweaks

parent ffdcbfa3
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ withGhcDebug main = do
return (dir </> socketName)
createDirectoryIfMissing True (takeDirectory socketPath)
hPutStrLn stderr $ "Starting ghc-debug on socket: " ++ socketPath
-- hPutStrLn stderr $ "Starting ghc-debug on socket: " ++ socketPath
-- Start a thread to handle requests
_threadId <- forkIO $ withCString socketPath start_c
......
......@@ -25,7 +25,6 @@ executable debugger
, text
, bytestring
default-language: Haskell2010
build-tool-depends: ghc-debug-stub:debug-test, dyepack-test:dyepack-test
default-extensions: ApplicativeDo
test-suite system-test
......
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