Skip to content

Commit

Permalink
Merge pull request #10664 from haskell/ulysses4ever-newer-unix
Browse files Browse the repository at this point in the history
cabal.release.project: pick newer `unix` that fixes important bugs on i386 and arm
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents e552957 + 41ce532 commit 56594bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cabal.release.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ package cabal-install

package Cabal
flags: -git-rev

-- https://github.com/haskell/ghcup-hs/issues/1107
-- https://github.com/haskell/unix/pull/318
if arch(arm) || arch(i386)
constraints: unix >= 2.8.6.0

0 comments on commit 56594bd

Please sign in to comment.