Skip to content

Commit b2c2687

Browse files
committed
Setup: Fix
1 parent bc6816a commit b2c2687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Setup.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
140140
workingDirFlag :: BuildFlags -> Flag ()
141141
workingDirFlag _ = NoFlag
142142

143-
interpretSymbolicPath :: Maybe CWDPath -> FilePath -> FilePath
143+
interpretSymbolicPath :: Maybe () -> FilePath -> FilePath
144144
interpretSymbolicPath _ = id
145145
#endif

0 commit comments

Comments
 (0)