Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
process
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
Rinat Striungis
process
Compare revisions
master to wip/slowtest
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Haskell-mouse/process
Select target project
No results found
wip/slowtest
Select Git revision
Swap
Target
ghc/packages/process
Select target project
AndreasK/process
Haskell-mouse/process
supersven/process
3 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Bump bound to allow unix 2.8
· f84fffdc
Ben Gamari
authored
6 years ago
f84fffdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
process.cabal
+1
-1
1 addition, 1 deletion
process.cabal
with
1 addition
and
1 deletion
process.cabal
View file @
f84fffdc
...
...
@@ -60,7 +60,7 @@ library
cpp-options: -DWINDOWS
else
other-modules: System.Process.Posix
build-depends: unix >= 2.5 && < 2.
8
build-depends: unix >= 2.5 && < 2.
9
c-sources:
cbits/runProcess.c
...
...
This diff is collapsed.
Click to expand it.