# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-base64-bytestring/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- base64-bytestring-1.2.1.0/base64-bytestring.cabal.vanilla 2026-01-12 11:09:27.435172067 -0500 +++ base64-bytestring-1.2.1.0/base64-bytestring.cabal 2026-01-12 11:09:32.513390781 -0500 @@ -50,7 +50,7 @@ other-modules: Data.ByteString.Base64.Internal build-depends: base >=4 && <5 - , bytestring >=0.9 && <0.12 + , bytestring ghc-options: -Wall -funbox-strict-fields default-language: Haskell2010