Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Cabal hooks overlay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew Pickering
Cabal hooks overlay
Commits
5ed416b1
Commit
5ed416b1
authored
1 year ago
by
Matthew Pickering
Browse files
Options
Downloads
Patches
Plain Diff
Update entropy-0.4.1.10.patch
parent
fb6feab0
No related branches found
No related tags found
1 merge request
!27
Update entropy-0.4.1.10.patch
Pipeline
#94803
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/entropy-0.4.1.10.patch
+2
-2
2 additions, 2 deletions
patches/entropy-0.4.1.10.patch
with
2 additions
and
2 deletions
patches/entropy-0.4.1.10.patch
+
2
−
2
View file @
5ed416b1
...
@@ -81,7 +81,7 @@ index 4ddeeae..fd8b1a5 100644
...
@@ -81,7 +81,7 @@ index 4ddeeae..fd8b1a5 100644
+ ComponentDiff $
+ ComponentDiff $
+ CLib $
+ CLib $
+ emptyLibrary
+ emptyLibrary
+ { libBuildInfo = emptyBuildInfo { c
pp
Options = defs } }
+ { libBuildInfo = emptyBuildInfo { c
c
Options = 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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment