# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-async/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- async-2.2.6/async.cabal.vanilla 2026-03-03 14:52:10.859747301 -0500 +++ async-2.2.6/async.cabal 2026-03-03 14:52:26.504503562 -0500 @@ -84,10 +84,10 @@ Control.Concurrent.Async.Internal Control.Concurrent.Async.Warden Control.Concurrent.Stream - build-depends: base >= 4.3 && < 4.23, - hashable >= 1.1.2.0 && < 1.6, - stm >= 2.2 && < 2.6, - unordered-containers >= 0.2 && < 0.3 + build-depends: base, + hashable, + stm, + unordered-containers if flag(debug-auto-label) cpp-options: -DDEBUG_AUTO_LABEL