Loading p/haskell-safe-exceptions/debian/changelog +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. Loading p/haskell-safe-exceptions/debian/patches/newer-exceptions→p/haskell-safe-exceptions/debian/patches/newer-deps +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 Loading p/haskell-safe-exceptions/debian/patches/series +1 −1 Original line number Diff line number Diff line smp-tests newer-exceptions newer-deps Loading
p/haskell-safe-exceptions/debian/changelog +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. Loading
p/haskell-safe-exceptions/debian/patches/newer-exceptions→p/haskell-safe-exceptions/debian/patches/newer-deps +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 Loading
p/haskell-safe-exceptions/debian/patches/series +1 −1 Original line number Diff line number Diff line smp-tests newer-exceptions newer-deps