Commit fe22f39a authored by Clint Adams's avatar Clint Adams
Browse files

hoauth2: patch for newer exceptions

parent 227413b8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hoauth2 (1.7.2-4) unstable; urgency=medium

  * Patch for newer exceptions.

 -- Clint Adams <clint@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)
+2 −2
Original line number Diff line number Diff line
@@ -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]
+11 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-exceptions