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

gi-gdkpixbuf: Upgrading from 2.0.16 to 2.0.20

parent 75a0313e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-gi-gdkpixbuf (2.0.20-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 18:35:29 -0400

haskell-gi-gdkpixbuf (2.0.16-1) unstable; urgency=low

  * Initial release.
+8 −11
Original line number Diff line number Diff line
@@ -18,16 +18,13 @@ Build-Depends: debhelper (>= 10),
 libghc-gi-glib-prof (<< 2.1),
 libghc-gi-gobject-dev (>= 2.0),
 libghc-gi-gobject-dev (<< 2.1),
 libghc-gi-gobject-prof (>= 2.0),
 libghc-gi-gobject-prof (<< 2.1),
 libghc-haskell-gi-dev (>= 0.21.1),
 libghc-haskell-gi-dev (<< 0.22),
 libghc-haskell-gi-prof (>= 0.21.1),
 libghc-haskell-gi-prof (<< 0.22),
 libghc-haskell-gi-base-dev (>= 0.21),
 libghc-haskell-gi-base-dev (<< 0.22),
 libghc-haskell-gi-base-prof (>= 0.21),
 libghc-haskell-gi-base-prof (<< 0.22),
 libghc-gi-gobject-prof,
 libghc-haskell-gi-dev (>= 0.21.0),
 libghc-haskell-gi-dev (<< 0.23),
 libghc-haskell-gi-prof,
 libghc-haskell-gi-base-dev (>= 0.21.0),
 libghc-haskell-gi-base-dev (<< 0.23),
 libghc-haskell-gi-base-prof,
 pkg-config,
 libgdk-pixbuf2.0-dev,
Build-Depends-Indep: ghc-doc,
@@ -36,7 +33,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-gi-gobject-doc,
 libghc-haskell-gi-doc,
 libghc-haskell-gi-base-doc,
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Homepage: https://github.com/haskell-gi/haskell-gi
X-Description: GdkPixbuf bindings
 Bindings for GdkPixbuf, autogenerated by haskell-gi.
+8 −5
Original line number Diff line number Diff line
@@ -2,18 +2,21 @@
+++ b/gi-gdkpixbuf.cabal
@@ -28,7 +28,6 @@
       build-depends: base >= 4.7 && <5,
                      haskell-gi-base == 0.21.*,
                      haskell-gi >= 0.21.1 && < 0.22,
                      haskell-gi-base >= 0.21.0 && < 0.23,
                      haskell-gi >= 0.21.0 && < 0.23,
-                     haskell-gi-overloading < 1.1,
                      gi-gio == 2.0.*,
                      gi-gobject == 2.0.*,
                      gi-glib == 2.0.*,
@@ -36,8 +35,3 @@
                      containers >= 0.5 && < 1,
@@ -37,11 +36,6 @@
                      text >= 1.0 && < 2,
                      transformers >= 0.4 && < 1
-
 
-      -- Disable overloading when compiling under GHC 8.2.x
-      -- see https://ghc.haskell.org/trac/ghc/ticket/14382
-      if impl(ghc == 8.2.*)
-              build-depends: haskell-gi-overloading == 0.0
-
       exposed-modules: GI.GdkPixbuf,
                        GI.GdkPixbuf.Callbacks,
                        GI.GdkPixbuf.Constants,