-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
type: (1) bugThe described behavior is not working as intended.The described behavior is not working as intended.
Milestone
Description
» git rev-parse HEAD
2cb6678
» cabal repl
Preprocessing library directory-1.2.1.1...
[1 of 1] Compiling System.Directory ( System/Directory.hs, dist/build/System/Directory.o )
[...]
*System.Directory> createDirectoryIfMissing True "/foo"
*System.Directory> createDirectoryIfMissing True "/foo/bar"
*** Exception: /foo/bar: createDirectory: does not exist (No such file or directory)
AFAICT
Line 408 in 68f85c8
| ) `E.catch` ((\_ -> return ()) :: IOException -> IO ()) |
Line 406 in 68f85c8
| else throw e |
Metadata
Metadata
Assignees
Labels
type: (1) bugThe described behavior is not working as intended.The described behavior is not working as intended.