Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Glasgow Haskell Compiler
Packages
Cabal
Commits
fb94a321
Commit
fb94a321
authored
3 years ago
by
Javier Neira
Committed by
mergify-bot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use Win32 >= 2.8 to get Win32.sYNCHRONIZE
parent
8fcbe88e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cabal-install/cabal-install.cabal
+1
-1
1 addition, 1 deletion
cabal-install/cabal-install.cabal
cabal-install/src/Distribution/Client/Win32SelfUpgrade.hs
+1
-1
1 addition, 1 deletion
cabal-install/src/Distribution/Client/Win32SelfUpgrade.hs
with
2 additions
and
2 deletions
cabal-install/cabal-install.cabal
+
1
−
1
View file @
fb94a321
...
...
@@ -238,7 +238,7 @@ library
if os(windows)
-- newer directory for symlinks
build-depends: Win32 >= 2 && < 3, directory >=1.3.1.0
build-depends: Win32 >= 2
.8
&& < 3, directory >=1.3.1.0
else
build-depends: unix >= 2.5 && < 2.9
...
...
This diff is collapsed.
Click to expand it.
cabal-install/src/Distribution/Client/Win32SelfUpgrade.hs
+
1
−
1
View file @
fb94a321
...
...
@@ -140,7 +140,7 @@ deleteOldExeFile verbosity oldPID tmpPath = do
++
show
oldPID
++
" at path "
++
tmpPath
log
$
"getting handle of parent process "
++
show
oldPID
oldPHANDLE
<-
Win32
.
openProcess
Win32
.
sYNCH
O
RNIZE
False
(
fromIntegral
oldPID
)
oldPHANDLE
<-
Win32
.
openProcess
Win32
.
sYNCHR
O
NIZE
False
(
fromIntegral
oldPID
)
log
$
"synchronising with parent"
event
<-
openEvent
syncEventName
...
...
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