# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-http/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- HTTP-4000.5.0/HTTP.cabal.vanilla 2026-03-03 15:26:42.841847628 -0500 +++ HTTP-4000.5.0/HTTP.cabal 2026-03-03 15:28:06.737951130 -0500 @@ -117,17 +117,17 @@ -- note the test harness constraints should be kept in sync with these -- where dependencies are shared build-depends: - base >= 4.6.0.0 && < 4.22 + base , array >= 0.3.0.2 && < 0.6 - , bytestring >= 0.9.1.5 && < 0.13 + , bytestring , parsec >= 2.0 && < 3.2 - , time >= 1.1.2.3 && < 1.15 + , time , transformers >= 0.2.0.0 && < 0.7 -- transformers-0.2.0.0 is the first to have Control.Monad.IO.Class -- The following dependencies are refined by flags, but they should -- still be mentioned here on the top-level. , mtl >= 2.0.0.0 && < 2.4 - , network >= 2.6 && < 3.3 + , network - , network-uri >= 2.6 && < 2.7 + , network-uri default-language: Haskell98