nixpkgs/pkgs/development/haskell-modules/patches/cabal-install-3.14.1.1-lift-unix-bound.patch
sternenseemann ff6e6b9947 haskell.packages.ghc{981-983,9101}.cabal-install: ignore unix bound
We apply a patch for the issue this bound is trying to prevent.
2025-03-03 20:52:50 +01:00

11 lines
358 B
Diff

--- a/cabal-install.cabal
+++ b/cabal-install.cabal
@@ -261,7 +261,7 @@
-- newer directory for symlinks
build-depends: Win32 >= 2.8 && < 3, directory >=1.3.1.0
else
- build-depends: unix >= 2.5 && < 2.8 || >= 2.8.6.0 && < 2.9
+ build-depends: unix >= 2.5 && < 2.9
if flag(lukko)
build-depends: lukko >= 0.1 && <0.2