Skip to content
Snippets Groups Projects
Commit 5ed416b1 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Update entropy-0.4.1.10.patch

parent fb6feab0
No related branches found
No related tags found
1 merge request!27Update entropy-0.4.1.10.patch
Pipeline #94803 failed
...@@ -81,7 +81,7 @@ index 4ddeeae..fd8b1a5 100644 ...@@ -81,7 +81,7 @@ index 4ddeeae..fd8b1a5 100644
+ ComponentDiff $ + ComponentDiff $
+ CLib $ + CLib $
+ emptyLibrary + emptyLibrary
+ { libBuildInfo = emptyBuildInfo { cppOptions = defs } } + { libBuildInfo = emptyBuildInfo { ccOptions = defs } }
+ } + }
+ nm -> return $ PreConfComponentOutputs{componentDiff=emptyComponentDiff nm} + nm -> return $ PreConfComponentOutputs{componentDiff=emptyComponentDiff nm}
+ } + }
...@@ -92,7 +92,7 @@ index 4ddeeae..fd8b1a5 100644 ...@@ -92,7 +92,7 @@ index 4ddeeae..fd8b1a5 100644
withTempDirectory normal "" testName $ \tmpDir -> do withTempDirectory normal "" testName $ \tmpDir -> do
writeFile (tmpDir ++ "/" ++ testName ++ ".c") sourceCode writeFile (tmpDir ++ "/" ++ testName ++ ".c") sourceCode
- ec <- myRawSystemExitCode normal cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"] - ec <- myRawSystemExitCode normal cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"]
+ ec <- rawSystemExitCode normal Nothing cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"] + ec <- rawSystemExitCode normal Nothing cc [tmpDir </> testName ++ ".c", "-o", tmpDir ++ "/a","-no-hs-main"] Nothing
notice normal $ message ++ show (ec == ExitSuccess) notice normal $ message ++ show (ec == ExitSuccess)
return (ec == ExitSuccess) return (ec == ExitSuccess)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment