Commit 47ad6eee authored by Clint Adams's avatar Clint Adams
Browse files

safe-exceptions: patch for newer exceptions

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

  * Patch for newer exceptions.

 -- Clint Adams <clint@debian.org>  Sun, 21 Oct 2018 18:32:35 -0400

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

  [ Clint Adams ]
+2 −2
Original line number Diff line number Diff line
@@ -11,15 +11,15 @@ Build-Depends:
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-exceptions-dev (<< 0.9),
 libghc-exceptions-dev (>= 0.8),
 libghc-exceptions-dev (<< 0.11),
 libghc-exceptions-prof,
 libghc-hspec-dev <!nocheck>,
 libghc-void-dev <!nocheck>,
Build-Depends-Indep:
 ghc-doc,
 libghc-exceptions-doc,
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Homepage: https://github.com/fpco/safe-exceptions
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-safe-exceptions
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-safe-exceptions]
+11 −0
Original line number Diff line number Diff line
--- a/safe-exceptions.cabal
+++ b/safe-exceptions.cabal
@@ -22,7 +22,7 @@
   exposed-modules:     Control.Exception.Safe
   build-depends:       base >= 4.7 && < 4.11
                      , deepseq >= 1.2 && < 1.5
-                     , exceptions >= 0.8 && < 0.9
+                     , exceptions >= 0.8 && < 0.11
                      , transformers >= 0.2 && < 0.6
   default-language:    Haskell2010
 
+1 −0
Original line number Diff line number Diff line
smp-tests
newer-exceptions