# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-hashable/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- hashable-1.5.1.0/hashable.cabal.vanilla 2026-03-03 15:00:49.507412006 -0500 +++ hashable-1.5.1.0/hashable.cabal 2026-03-03 15:01:28.772688477 -0500 @@ -83,11 +83,11 @@ hs-source-dirs: src build-depends: - , base >=4.18.0.0 && <4.23 - , bytestring >=0.11.5.3 && <0.13 - , containers >=0.6.7 && <0.9 - , deepseq >=1.4.8.1 && <1.6 - , text >=2.0.2 && <2.2 + , base + , bytestring + , containers + , deepseq + , text if impl(ghc <9.8) build-depends: ghc-prim