Skip to content

Commit 41ce532

Browse files
authored
cabal.release.project: pick newer unix that fixes important bugs on i386 and arm
1 parent e552957 commit 41ce532

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)