Skip to content

Commit

Permalink
[temporary] Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aeqz committed Jan 13, 2023
1 parent bdda616 commit 8cf4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xrefcheck/System.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pathIsSymbolicLink (UnsafeCanonicalPath p) = Directory.pathIsSymbolicLink p

-- | 'System.Directory.getSymbolicLinkTarget' version for 'CanonicalPath'.
getSymbolicLinkTarget :: CanonicalPath -> IO FilePath
getSymbolicLinkTarget (UnsafeCanonicalPath p) = D.getSymbolicLinkTarget p
getSymbolicLinkTarget (UnsafeCanonicalPath p) = Directory.getSymbolicLinkTarget p

-- | Get the list of directories, canonicalized, between two given paths.
getDirsBetweenRootAndFile :: CanonicalPath -> CanonicalPath -> [CanonicalPath]
Expand Down

0 comments on commit 8cf4d34

Please sign in to comment.