[Git][haskell-team/DHG_packages][master] safe-exceptions: patch for newer base

Clint Adams gitlab at salsa.debian.org
Mon Oct 22 00:28:37 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6a0a8696 by Clint Adams at 2018-10-21T23:27:03Z
safe-exceptions: patch for newer base

- - - - -


3 changed files:

- p/haskell-safe-exceptions/debian/changelog
- p/haskell-safe-exceptions/debian/patches/newer-exceptions → p/haskell-safe-exceptions/debian/patches/newer-deps
- p/haskell-safe-exceptions/debian/patches/series


Changes:

=====================================
p/haskell-safe-exceptions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-safe-exceptions (0.1.7.0-4) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at 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.


=====================================
p/haskell-safe-exceptions/debian/patches/newer-exceptions → p/haskell-safe-exceptions/debian/patches/newer-deps
=====================================
@@ -1,8 +1,11 @@
 --- 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


=====================================
p/haskell-safe-exceptions/debian/patches/series
=====================================
@@ -1,2 +1,2 @@
 smp-tests
-newer-exceptions
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6a0a8696c58e8bf3cd3b50f9c9dba2c321dbcbba

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6a0a8696c58e8bf3cd3b50f9c9dba2c321dbcbba
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181021/0e99eb99/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list