# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/haskell-safe-exceptions/hotfix-cabal.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- safe-exceptions-0.1.7.4/safe-exceptions.cabal.vanilla 2026-01-11 00:41:35.337489475 -0500 +++ safe-exceptions-0.1.7.4/safe-exceptions.cabal 2026-01-11 00:41:42.660678065 -0500 @@ -16,10 +16,10 @@ library hs-source-dirs: src exposed-modules: Control.Exception.Safe - build-depends: base >= 4.11 && < 5 - , deepseq >= 1.2 && < 1.5 - , exceptions >= 0.10 && < 0.11 - , transformers >= 0.2 && < 0.7 + build-depends: base + , deepseq + , exceptions + , transformers default-language: Haskell2010 test-suite safe-exceptions-test