Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
process
Commits
07d4f75c
Commit
07d4f75c
authored
Feb 15, 2013
by
ian@well-typed.com
Browse files
Deprecate System.Cmd
It's had a comment reminding us to do so since 2008.
parent
e5fc2ac7
Changes
1
Show whitespace changes
Inline
Side-by-side
System/Cmd.hs
View file @
07d4f75c
...
...
@@ -21,8 +21,7 @@
--
-----------------------------------------------------------------------------
-- later: {-# DEPRECATED "Use System.Process instead" #-}
module
System.Cmd
module
System.Cmd
{-# DEPRECATED "Use System.Process instead" #-}
(
system
,
-- :: String -> IO ExitCode
rawSystem
,
-- :: FilePath -> [String] -> IO ExitCode
)
where
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment