[Git][haskell-team/DHG_packages][master] gi-cairo-render: Upgrading from 0.0.1 to 0.1.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 13:55:31 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
14d60b71 by Ilias Tsitsimpis at 2022-07-03T15:35:53+03:00
gi-cairo-render: Upgrading from 0.0.1 to 0.1.1

- - - - -


5 changed files:

- p/haskell-gi-cairo-render/debian/changelog
- p/haskell-gi-cairo-render/debian/control
- − p/haskell-gi-cairo-render/debian/patches/newer-haskell-gi
- − p/haskell-gi-cairo-render/debian/patches/series
- − p/haskell-gi-cairo-render/debian/patches/setup-hs


Changes:

=====================================
p/haskell-gi-cairo-render/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-gi-cairo-render (0.0.1-5) UNRELEASED; urgency=medium
+haskell-gi-cairo-render (0.1.1-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:24 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Jul 2022 15:34:30 +0300
 
 haskell-gi-cairo-render (0.0.1-4) unstable; urgency=medium
 


=====================================
p/haskell-gi-cairo-render/debian/control
=====================================
@@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  c2hs (>= 0.28),
- libghc-haskell-gi-base-dev (>= 0.24.0),
- libghc-haskell-gi-base-dev (<< 0.25),
+ libghc-haskell-gi-base-dev (>= 0.24),
+ libghc-haskell-gi-base-dev (<< 0.27),
  libghc-haskell-gi-base-prof,
  libghc-utf8-string-dev (>= 0.2),
  libghc-utf8-string-dev (<< 1.1),


=====================================
p/haskell-gi-cairo-render/debian/patches/newer-haskell-gi deleted
=====================================
@@ -1,56 +0,0 @@
-From 6ae35fd5b5f0c5d815455ab43c15a754515137e3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Florian=20M=C3=A4rkl?= <info at florianmaerkl.de>
-Date: Thu, 30 Jul 2020 17:01:59 +0200
-Subject: [PATCH] Fix for BoxedObject Change in haskell-gi 0.24
-
---- a/GI/Cairo/Render/Types.chs
-+++ b/GI/Cairo/Render/Types.chs
-@@ -1,4 +1,5 @@
- {-# LANGUAGE RecordWildCards #-}
-+{-# LANGUAGE DataKinds, TypeFamilies #-}
- {-# OPTIONS_HADDOCK hide #-}
- -----------------------------------------------------------------------------
- -- |
-@@ -65,7 +66,8 @@
- 
- {#import GI.Cairo.Render.Matrix#}
- 
--import Data.GI.Base (ManagedPtr, BoxedObject(..), GType(..))
-+import Data.GI.Base.Overloading (ParentTypes, HasParentTypes)
-+import Data.GI.Base (ManagedPtr, TypedObject(..), GType(..), GBoxed(..))
- import Foreign hiding (rotate)
- import Foreign.C
- 
-@@ -79,12 +81,17 @@
-   c_cairo_gobject_context_get_type :: IO GType
- 
- -- not visible
--newtype Cairo = Cairo (ManagedPtr Cairo) 
-+newtype Cairo = Cairo (ManagedPtr Cairo)
- {#pointer *cairo_t as CairoPtr -> Cairo#}
- unCairo (Cairo x) = x
--        
--instance BoxedObject Cairo where
--  boxedType _ = c_cairo_gobject_context_get_type
-+
-+type instance ParentTypes Cairo = '[]
-+instance HasParentTypes Cairo
-+
-+instance TypedObject Cairo where
-+  glibType = c_cairo_gobject_context_get_type
-+
-+instance GBoxed Cairo
- 
- -- | The medium to draw on.
- newtype Surface = Surface { unSurface :: ForeignPtr Surface }
---- a/gi-cairo-render.cabal
-+++ b/gi-cairo-render.cabal
-@@ -36,7 +36,7 @@
-         build-depends:    base >= 4 && < 5,
-                           utf8-string >= 0.2 && < 1.1,
-                           text >= 1.0.0.0 && < 1.3,
--                          haskell-gi-base >= 0.21.0 && <0.22,
-+                          haskell-gi-base >= 0.24.0 && <0.25,
-                           bytestring, mtl, array
-         build-tools:      c2hs >= 0.28 && <0.30
-         exposed-modules:  GI.Cairo.Render


=====================================
p/haskell-gi-cairo-render/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-setup-hs
-newer-haskell-gi


=====================================
p/haskell-gi-cairo-render/debian/patches/setup-hs deleted
=====================================
@@ -1,5 +0,0 @@
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,2 @@
-+import Distribution.Simple
-+main = defaultMain



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/14d60b7199b3c5096fdabf04e1d465f6e1394492
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/20220703/ec46b660/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list