Skip to content

Commit

Permalink
Merge pull request #367 from fegu/master
Browse files Browse the repository at this point in the history
Fix BSD compile
  • Loading branch information
byorgey authored Feb 26, 2024
2 parents 0599c70 + 42bcb5d commit 10cd593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diagrams/Backend/CmdLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ defaultLoopRender opts = when (opts ^. loop) $ do
newProg = newProgName (takeFileName srcPath) prog
timeOfDay = take 8 . drop 11 . show . eventTime

withManagerConf defaultConfig { confWatchMode = WatchModeOS } $
withManagerConf defaultConfig $
\mgr -> do
lock <- newIORef False

Expand Down

0 comments on commit 10cd593

Please sign in to comment.