From 4285ef68d720d8c74666653b2ee32be1bd9b626c Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 19 Oct 2014 14:13:35 +0100 Subject: [PATCH] Put the docs back, it seems to conflict with CPP some weird way --- System/FilePath/Internal.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs index 167766d1..18a4ee46 100644 --- a/System/FilePath/Internal.hs +++ b/System/FilePath/Internal.hs @@ -30,10 +30,8 @@ -- -- You want to download a file from the web and save it to disk: -- ---@ ---do let file = 'makeValid' url --- System.IO.createDirectoryIfMissing True ('takeDirectory' file) ---@ +-- @do let file = 'makeValid' url +-- System.IO.createDirectoryIfMissing True ('takeDirectory' file)@ -- -- You want to compile a Haskell file, but put the hi file under \"interface\" --