Skip to content

Commit 56594bd

Browse files
authored
Merge pull request haskell#10664 from haskell/ulysses4ever-newer-unix
cabal.release.project: pick newer `unix` that fixes important bugs on i386 and arm
2 parents e552957 + 41ce532 commit 56594bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cabal.release.project

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ package cabal-install
1010

1111
package Cabal
1212
flags: -git-rev
13+
14+
-- https://github.com/haskell/ghcup-hs/issues/1107
15+
-- https://github.com/haskell/unix/pull/318
16+
if arch(arm) || arch(i386)
17+
constraints: unix >= 2.8.6.0

0 commit comments

Comments
 (0)