File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ preConfHook args config_flags = do
4343 let verbosity = fromFlagOrDefault normal $ configVerbosity config_flags
4444
4545 when (tracyMode config_flags) $ do
46- dieNoVerbosity $ " In this version of Accelerate, Tracy is disabled to \
47- \ prevent problems with cabal on Windows. The problems should\
48- \ be fixed in Cabal 3.16, which is not released yet."
46+ dieNoVerbosity $ " In this version of Accelerate, Tracy is disabled to " ++
47+ " prevent problems with cabal on Windows. The problems should" ++
48+ " be fixed in Cabal 3.16, which is not released yet."
4949
5050 yes <- doesFileExist " cbits/tracy/public/TracyClient.cpp"
5151 if yes
@@ -140,6 +140,6 @@ rawSystemExit' = rawSystemExit
140140workingDirFlag :: BuildFlags -> Flag ()
141141workingDirFlag _ = NoFlag
142142
143- interpretSymbolicPath :: Maybe CWDPath -> FilePath -> FilePath
143+ interpretSymbolicPath :: Maybe () -> FilePath -> FilePath
144144interpretSymbolicPath _ = id
145145#endif
You can’t perform that action at this time.
0 commit comments