[Git][haskell-team/DHG_packages][master] taffybar: Upgrading from 1.0.0 to 1.0.1

Clint Adams gitlab at salsa.debian.org
Sat Dec 1 14:22:21 GMT 2018


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


Commits:
24a6c485 by Clint Adams at 2018-12-01T14:16:27Z
taffybar: Upgrading from 1.0.0 to 1.0.1

- - - - -


4 changed files:

- p/taffybar/debian/changelog
- p/taffybar/debian/control
- − p/taffybar/debian/patches/fix-haddock
- p/taffybar/debian/patches/series


Changes:

=====================================
p/taffybar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+taffybar (1.0.1-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 01 Dec 2018 08:46:30 -0500
+
 taffybar (1.0.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/taffybar/debian/control
=====================================
@@ -36,7 +36,7 @@ Build-Depends:
  libghc-enclosed-exceptions-prof,
  libghc-glib-dev,
  libghc-glib-prof,
- libghc-gtk-traymanager-dev (>= 1.0.0),
+ libghc-gtk-traymanager-dev (>= 1.0.1),
  libghc-gtk-traymanager-dev (<< 2.0.0),
  libghc-gtk-traymanager-prof,
  libghc-gtk3-dev,


=====================================
p/taffybar/debian/patches/fix-haddock deleted
=====================================
@@ -1,42 +0,0 @@
---- a/src/System/Taffybar/Widgets/Graph.hs
-+++ b/src/System/Taffybar/Widgets/Graph.hs
-@@ -11,12 +11,12 @@
- -- Note: all of the data fed to this widget should be in the range
- -- [0,1].
- module System.Taffybar.Widgets.Graph
--  -- * Types
-+  -- Types
-   ( GraphHandle
-   , GraphConfig(..)
-   , GraphDirection(..)
-   , GraphStyle(..)
--  -- * Functions
-+  -- Functions
-   , graphNew
-   , graphAddSample
-   , defaultGraphConfig
-@@ -52,9 +52,9 @@
- -- | The configuration options for the graph.  The padding is the
- -- number of pixels reserved as blank space around the widget in each
- -- direction.
--data GraphConfig = GraphConfig
-+data GraphConfig = GraphConfig {
-   -- | Number of pixels of padding on each side of the graph widget
--  { graphPadding :: Int
-+    graphPadding :: Int
-   -- | The background color of the graph (default black)
-   , graphBackgroundColor :: (Double, Double, Double)
-   -- | The border color drawn around the graph (default gray)
---- a/src/System/Taffybar/Widgets/VerticalBar.hs
-+++ b/src/System/Taffybar/Widgets/VerticalBar.hs
-@@ -29,8 +29,8 @@
- data BarDirection = HORIZONTAL | VERTICAL
- 
- data BarConfig
--  = BarConfig -- | Color of the border drawn around the widget
--     { barBorderColor :: (Double, Double, Double)
-+  = BarConfig { -- | Color of the border drawn around the widget
-+      barBorderColor :: (Double, Double, Double)
-      -- | The background color of the widget
-     , barBackgroundColor :: Double -> (Double, Double, Double)
-      -- | A function to determine the color of the widget for the current data point


=====================================
p/taffybar/debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 no-network-uri
 man-page.patch
-fix-haddock



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/24a6c485464355a9b03bcf57274181f6264730e9
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/20181201/1724a805/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list