# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-cryptohash-sha256/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- cryptohash-sha256-0.11.102.1/cryptohash-sha256.cabal.vanilla 2026-01-12 11:39:15.334720769 -0500 +++ cryptohash-sha256-0.11.102.1/cryptohash-sha256.cabal 2026-01-12 11:41:48.581367214 -0500 @@ -84,12 +84,12 @@ ghc-options: -Wall - build-depends: base >= 4.5 && < 4.17 + build-depends: base exposed-modules: Crypto.Hash.SHA256 if flag(use-cbits) - build-depends: bytestring ^>= 0.9.2 || ^>= 0.10.0 || ^>= 0.11.0 + build-depends: bytestring other-extensions: BangPatterns CApiFFI