diff options
Diffstat (limited to '')
-rw-r--r-- | devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal b/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal index 65a07f779527..e042b781aeef 100644 --- a/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal +++ b/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal @@ -5,7 +5,7 @@ hs-source-dirs: src exposed-modules: Control.Exception.Safe - build-depends: base >= 4.7 && < 4.11 -+ build-depends: base >= 4.7 && < 4.12 ++ build-depends: base >= 4.7 && < 4.13 , deepseq >= 1.2 && < 1.5 - , exceptions >= 0.8 && < 0.9 + , exceptions >= 0.8 && < 0.11 |