Refactor Linker.hs: use System.Directory.findFile
Use System.Directory.findFile instead of a custom implementation. Also change FilePath concatenation with ++ by </>. Refactoring only. Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D738
Please register or sign in to comment