diff -Nru haskell-gloss-1.13.0.1/debian/changelog haskell-gloss-1.13.0.1/debian/changelog --- haskell-gloss-1.13.0.1/debian/changelog 2019-01-01 14:22:44.000000000 +0000 +++ haskell-gloss-1.13.0.1/debian/changelog 2019-08-31 03:54:50.000000000 +0000 @@ -1,6 +1,13 @@ -haskell-gloss (1.13.0.1-2build1) disco; urgency=medium +haskell-gloss (1.13.0.1-3build1) eoan; urgency=medium - * Rebuild against new GHC ABI. + * Rebuild against new GHC abi. + + -- Gianfranco Costamagna Sat, 31 Aug 2019 05:54:50 +0200 + +haskell-gloss (1.13.0.1-3) unstable; urgency=medium + + * debian/patches/newer-deps: + - upstream patch to bump boundaries -- Gianfranco Costamagna Tue, 01 Jan 2019 15:22:44 +0100 diff -Nru haskell-gloss-1.13.0.1/debian/patches/newer-deps haskell-gloss-1.13.0.1/debian/patches/newer-deps --- haskell-gloss-1.13.0.1/debian/patches/newer-deps 1970-01-01 00:00:00.000000000 +0000 +++ haskell-gloss-1.13.0.1/debian/patches/newer-deps 2019-01-01 14:22:44.000000000 +0000 @@ -0,0 +1,26 @@ +From 03fbed3c0cd40a469a7da4c6f15f89f89f4f34b1 Mon Sep 17 00:00:00 2001 +From: "Trevor L. McDonell" +Date: Sun, 7 Oct 2018 14:42:26 +0200 +Subject: [PATCH] gloss: relax dependency bounds + +--- + gloss/gloss.cabal | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/gloss/gloss.cabal b/gloss/gloss.cabal +index e670f53..d9531c8 100644 +--- a/gloss.cabal ++++ b/gloss.cabal +@@ -42,10 +42,10 @@ Flag ExplicitBackend + + Library + Build-Depends: +- base >= 4.8 && < 4.12 ++ base >= 4.8 && < 4.13 + , bmp == 1.2.* + , bytestring == 0.10.* +- , containers == 0.5.* ++ , containers >= 0.5 && < 0.7 + , ghc-prim + , gloss-rendering == 1.13.* + , GLUT == 2.7.* diff -Nru haskell-gloss-1.13.0.1/debian/patches/series haskell-gloss-1.13.0.1/debian/patches/series --- haskell-gloss-1.13.0.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-gloss-1.13.0.1/debian/patches/series 2019-01-01 14:22:44.000000000 +0000 @@ -0,0 +1 @@ +newer-deps