diff options
author | simonmar <unknown> | 2005-05-17 13:06:15 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-05-17 13:06:15 +0000 |
commit | 9a71a03ca4ea5db698c56b2e07ea9807ab65cc39 (patch) | |
tree | 9f87311e13cfef43a9aeb3e34e0a36740545b996 | |
parent | 58645b584f32be38af65625006e327e73f2354eb (diff) | |
download | haskell-9a71a03ca4ea5db698c56b2e07ea9807ab65cc39.tar.gz |
[project @ 2005-05-17 13:06:15 by simonmar]
remove duplicate export
-rw-r--r-- | ghc/compiler/utils/Util.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/Util.lhs b/ghc/compiler/utils/Util.lhs index 3f2b452802..59bc87eede 100644 --- a/ghc/compiler/utils/Util.lhs +++ b/ghc/compiler/utils/Util.lhs @@ -64,7 +64,7 @@ module Util ( -- Filename utils Suffix, splitFilename, suffixOf, basenameOf, joinFileExt, - splitFilenameDir, joinFileExt, joinFileName, + splitFilenameDir, joinFileName, splitFilename3, splitLongestPrefix, replaceFilenameSuffix, directoryOf, filenameOf, |