Skip to content

Commit 3f361de

Browse files
committed
Wobble comment
1 parent d53b4fb commit 3f361de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Distribution/Simple/Configure.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ checkRelocatable verbosity pkg lbi
15801580
--
15811581
-- If you add new OS' to this list, and your OS supports dynamic libraries
15821582
-- and RPATH, make sure you add your OS to RPATH-support list of:
1583-
-- Cabal.Simple.GHC.getRPaths
1583+
-- Distribution.Simple.GHC.getRPaths
15841584
checkOS
15851585
= unless (os `elem` [ OSX, Linux ])
15861586
$ die $ "Operating system: " ++ display os ++

0 commit comments

Comments
 (0)