[Git][haskell-team/DHG_packages][master] taffybar: patch for newer GHC

Clint Adams gitlab at salsa.debian.org
Sat Sep 7 18:39:01 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1f73de25 by Clint Adams at 2019-09-07T17:38:22Z
taffybar: patch for newer GHC

- - - - -


3 changed files:

- p/taffybar/debian/changelog
- + p/taffybar/debian/patches/newer-ghc
- p/taffybar/debian/patches/series


Changes:

=====================================
p/taffybar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+taffybar (3.0.0-2) unstable; urgency=medium
+
+  * Patch for newer GHC.
+
+ -- Clint Adams <clint at debian.org>  Sat, 07 Sep 2019 13:18:40 -0400
+
 taffybar (3.0.0-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/taffybar/debian/patches/newer-ghc
=====================================
@@ -0,0 +1,11 @@
+--- a/src/System/Taffybar/WindowIcon.hs
++++ b/src/System/Taffybar/WindowIcon.hs
+@@ -88,7 +88,7 @@
+   :: MonadIO m
+   => Int32 -> Word32 -> m Gdk.Pixbuf
+ pixBufFromColor imgSize c = do
+-  Just pixbuf <- Gdk.pixbufNew Gdk.ColorspaceRgb True 8 imgSize imgSize
++  pixbuf <- fromJust <$> Gdk.pixbufNew Gdk.ColorspaceRgb True 8 imgSize imgSize
+   Gdk.pixbufFill pixbuf c
+   return pixbuf
+ 


=====================================
p/taffybar/debian/patches/series
=====================================
@@ -1 +1,2 @@
 man-page.patch
+newer-ghc



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1f73de2517d04849c80a27dc208f59d55c4f7451
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/20190907/9280a2eb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list