Rodrigo Mesquita pushed to branch wip/romes/24212 at Glasgow Haskell Compiler / GHC
Commits:
-
d585fb63
by Rodrigo Mesquita at 2025-07-11T19:54:15+01:00
1 changed file:
Changes:
... | ... | @@ -3,4 +3,4 @@ module Main where |
3 | 3 | import GHC.SysTools.BaseDir
|
4 | 4 | |
5 | 5 | main :: IO ()
|
6 | -main = findToolDir False "/" >>= print |
|
6 | +main = findToolDir "/" >>= print |