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
Cabal
Commits
235c56d9
Commit
235c56d9
authored
Jun 11, 2004
by
bjorn
Browse files
added FIX about rawSystem in Hugs
parent
e994c21a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Simple/Utils.hs
View file @
235c56d9
...
...
@@ -140,7 +140,7 @@ die msg = do hPutStr stderr (msg++"\n"); exitWith (ExitFailure 1)
-- -----------------------------------------------------------------------------
-- rawSystem variants
-- FIX: rawSystem does not exist in Hugs
rawSystemPath
::
String
->
[
String
]
->
IO
ExitCode
rawSystemPath
prog
args
=
do
r
<-
findBinary
prog
...
...
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