Skip to content

Commit b67ec85

Browse files
authored
Merge pull request #62 from reactormonk/master
createDirectoryIfMissing moved to System.Directory
2 parents ae0be14 + c6d5fff commit b67ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/FilePath/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-- /Example 2:/ Download a file from @url@ and save it to disk:
5454
--
5555
-- @do let file = 'makeValid' url
56-
-- System.IO.createDirectoryIfMissing True ('takeDirectory' file)@
56+
-- System.Directory.createDirectoryIfMissing True ('takeDirectory' file)@
5757
--
5858
-- /Example 3:/ Compile a Haskell file, putting the @.hi@ file under @interface@:
5959
--

0 commit comments

Comments
 (0)