Skip to content

Commit 080ac73

Browse files
hamishmacknewhoggy
authored andcommitted
fix(build): constrain network package for WINE test compatibility
Adds constraint network <3.2.8.0 specifically for Windows builds to work around network-3.2.8.0 issues when running tests under WINE (see haskell/network#604). This ensures test suites can run successfully in cross-platform CI environments using WINE for Windows testing.
1 parent 0745879 commit 080ac73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ extra-packages: Cabal
3535
if os(windows)
3636
constraints: time ^>=1.14
3737
allow-newer: *:time
38+
-- Needed for running tests with WINE (see https://github.com/haskell/network/issues/604)
39+
constraints: network <3.2.8.0
3840

3941
-- Depending on C++ for just so slightly faster utf8 parsing is a bit annoying
4042
-- especially as it brings in all kinds of complications for GHC.

0 commit comments

Comments
 (0)