From 5add21867e8fd8aa0eab64ad8fb04b8f739d1b57 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Thu, 2 Jan 2025 12:13:45 -0800 Subject: [PATCH] bump upper limit on `unix` dependency ``` cabal build all --enable-tests --constraint 'unix==2.8.6.0' ``` succeeds --- Cabal-tests/tests/ParserTests/errors/libpq1.cabal | 2 +- Cabal-tests/tests/ParserTests/errors/libpq2.cabal | 2 +- Cabal-tests/tests/ParserTests/regressions/libpq1.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal-tests/tests/ParserTests/errors/libpq1.cabal b/Cabal-tests/tests/ParserTests/errors/libpq1.cabal index 701c2ee63dd..f41e6733ede 100644 --- a/Cabal-tests/tests/ParserTests/errors/libpq1.cabal +++ b/Cabal-tests/tests/ParserTests/errors/libpq1.cabal @@ -55,7 +55,7 @@ Library , bytestring >=0.9.1.0 && <0.11 if !os(windows) - Build-depends: unix >=2.4.2.0 && <2.8 + Build-depends: unix >=2.4.2.0 if os(windows) Build-depends: Win32 >=2.2.0.2 && <2.7 diff --git a/Cabal-tests/tests/ParserTests/errors/libpq2.cabal b/Cabal-tests/tests/ParserTests/errors/libpq2.cabal index dee5a1b3637..395fcd9ec47 100644 --- a/Cabal-tests/tests/ParserTests/errors/libpq2.cabal +++ b/Cabal-tests/tests/ParserTests/errors/libpq2.cabal @@ -55,7 +55,7 @@ Library , bytestring >=0.9.1.0 && <0.11 if !os(windows) - Build-depends: unix >=2.4.2.0 && <2.8 + Build-depends: unix >=2.4.2.0 if os(windows) Build-depends: Win32 >=2.2.0.2 && <2.7 diff --git a/Cabal-tests/tests/ParserTests/regressions/libpq1.cabal b/Cabal-tests/tests/ParserTests/regressions/libpq1.cabal index 72bc8b2eab5..fbe5892fec8 100644 --- a/Cabal-tests/tests/ParserTests/regressions/libpq1.cabal +++ b/Cabal-tests/tests/ParserTests/regressions/libpq1.cabal @@ -55,7 +55,7 @@ Library , bytestring >=0.9.1.0 && <0.11 if !os(windows) - Build-depends: unix >=2.4.2.0 && <2.8 + Build-depends: unix >=2.4.2.0 if os(windows) Build-depends: Win32 >=2.2.0.2 && <2.7