Commit 88ed52ac authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-github: patch for newer deps

parent 288bb63d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-github (0.20-2) unstable; urgency=medium

  * Patch for newer deps

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 05 Sep 2019 18:11:35 +0200

haskell-github (0.20-1) unstable; urgency=medium

  * New upstream version.
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ Build-Depends:
 libghc-file-embed-dev,
 libghc-file-embed-prof,
 libghc-hspec-dev (>= 2.5.6),
 libghc-hspec-dev (<< 2.6),
 libghc-hspec-dev (<< 2.7),
 libghc-hspec-prof,
 libghc-unordered-containers-dev,
 libghc-vector-dev,
+8 −0
Original line number Diff line number Diff line
--- haskell-github-0.20.orig/github.cabal
+++ haskell-github-0.20/github.cabal
@@ -198,4 +198,4 @@ test-suite github-test
                  vector,
                  unordered-containers,
                  file-embed,
-                 hspec >= 2.5.6 && <2.6
+                 hspec >= 2.5.6 && <2.7
+1 −0
Original line number Diff line number Diff line
newer-deps