Commit 6a0a8696 authored by Clint Adams's avatar Clint Adams
Browse files

safe-exceptions: patch for newer base

parent f9502981
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-safe-exceptions (0.1.7.0-4) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Sun, 21 Oct 2018 19:26:51 -0400

haskell-safe-exceptions (0.1.7.0-3) unstable; urgency=medium

  * Patch for newer exceptions.
+5 −2
Original line number Diff line number Diff line
--- a/safe-exceptions.cabal
+++ b/safe-exceptions.cabal
@@ -22,7 +22,7 @@
@@ -20,9 +20,9 @@
 library
   hs-source-dirs:      src
   exposed-modules:     Control.Exception.Safe
   build-depends:       base >= 4.7 && < 4.11
-  build-depends:       base >= 4.7 && < 4.11
+  build-depends:       base >= 4.7 && < 4.13
                      , deepseq >= 1.2 && < 1.5
-                     , exceptions >= 0.8 && < 0.9
+                     , exceptions >= 0.8 && < 0.11
+1 −1
Original line number Diff line number Diff line
smp-tests
newer-exceptions
newer-deps