diff options
author | simonmar <unknown> | 2005-01-26 15:41:01 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-01-26 15:41:01 +0000 |
commit | a65cba784326632bfb9d4e314d26ecaf22f0228e (patch) | |
tree | 36bdca46c8b3fe1635829e2f0569de071ccf715f /libraries | |
parent | 85bdaa222f30133f0889b68eb784243310259f70 (diff) | |
download | haskell-a65cba784326632bfb9d4e314d26ecaf22f0228e.tar.gz |
[project @ 2005-01-26 15:41:01 by simonmar]
Add System.Directory to $(ALL_DIRS)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Makefile b/libraries/base/Makefile index 739ad7644a..08da6a7ae4 100644 --- a/libraries/base/Makefile +++ b/libraries/base/Makefile @@ -27,6 +27,7 @@ ALL_DIRS = \ System/IO \ System/Posix \ System/Process \ + System/Directory \ Text \ Text/Html \ Text/PrettyPrint \ |