Skip to content

Commit

Permalink
FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Feb 13, 2005
1 parent 3adc0c4 commit d8683b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Distribution/Simple/Utils.hs
Expand Up @@ -229,7 +229,7 @@ copyFileVerbose verbose src dest = do
copyFile src dest

-- |The path name that represents the current directory. May be
-- system-specific. In Unix, it's @\".\"@. FIX: What about other arches?
-- system-specific. In Unix, it's @\".\"@.
currentDir :: FilePath
currentDir = "."

Expand Down
2 changes: 1 addition & 1 deletion TODO
@@ -1,7 +1,7 @@
* misc

* Fix up sdist!
* Write tests for make and hugs
* Write tests for hugs

* Write semantic checker for package description file. start w/
sanity checker. give error if buildInfo field given when no
Expand Down

0 comments on commit d8683b7

Please sign in to comment.