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

Clint Adams gitlab at salsa.debian.org
Tue Nov 6 02:03:05 GMT 2018


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


Commits:
fe22f39a by Clint Adams at 2018-11-06T02:02:30Z
hoauth2: patch for newer exceptions

- - - - -


4 changed files:

- p/haskell-hoauth2/debian/changelog
- p/haskell-hoauth2/debian/control
- + p/haskell-hoauth2/debian/patches/newer-exceptions
- + p/haskell-hoauth2/debian/patches/series


Changes:

=====================================
p/haskell-hoauth2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hoauth2 (1.7.2-4) unstable; urgency=medium
+
+  * Patch for newer exceptions.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Nov 2018 20:55:22 -0500
+
 haskell-hoauth2 (1.7.2-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-hoauth2/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
  libghc-aeson-dev (<< 1.4),
  libghc-aeson-prof,
  libghc-exceptions-dev (>= 0.8.3),
- libghc-exceptions-dev (<< 0.10),
+ libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-http-conduit-dev (>= 2.1),
  libghc-http-conduit-dev (<< 2.4),
@@ -47,7 +47,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
  libghc-uri-bytestring-doc,
  libghc-uri-bytestring-aeson-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Homepage: https://github.com/freizl/hoauth2
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hoauth2
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hoauth2]


=====================================
p/haskell-hoauth2/debian/patches/newer-exceptions
=====================================
@@ -0,0 +1,11 @@
+--- a/hoauth2.cabal
++++ b/hoauth2.cabal
+@@ -82,7 +82,7 @@
+                  uri-bytestring       >= 0.2.3.1 && < 0.4,
+                  uri-bytestring-aeson >= 0.1   && < 0.2,
+                  microlens            >= 0.4.0 && < 0.5,
+-                 exceptions           >= 0.8.3 && < 0.10
++                 exceptions           >= 0.8.3 && < 0.11
+ 
+   if impl(ghc >= 6.12.0)
+       ghc-options: -Wall -fwarn-tabs -funbox-strict-fields


=====================================
p/haskell-hoauth2/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-exceptions



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fe22f39a52ce17b4348906f36cb530157dd9450d
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/20181106/911f3e68/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list