Skip to content

Commit

Permalink
Put the docs back, it seems to conflict with CPP some weird way
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Oct 19, 2014
1 parent de23b8a commit 4285ef6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions System/FilePath/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
--
Expand Down

0 comments on commit 4285ef6

Please sign in to comment.