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

Clint Adams gitlab at salsa.debian.org
Sun Oct 21 23:33:41 BST 2018


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


Commits:
47ad6eee by Clint Adams at 2018-10-21T22:33:17Z
safe-exceptions: patch for newer exceptions

- - - - -


4 changed files:

- p/haskell-safe-exceptions/debian/changelog
- p/haskell-safe-exceptions/debian/control
- + p/haskell-safe-exceptions/debian/patches/newer-exceptions
- 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-3) unstable; urgency=medium
+
+  * Patch for newer exceptions.
+
+ -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2018 18:32:35 -0400
+
 haskell-safe-exceptions (0.1.7.0-2) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-safe-exceptions/debian/control
=====================================
@@ -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]


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


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/47ad6eee25e9b79ddde96598f7eac01744b5d03f
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/d1967ffb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list