[Pkg-haskell-commits] darcs: taffybar: Workaround for a cabal bug

Louis Bettens louis at bettens.info
Tue Jul 23 11:09:45 UTC 2013


Tue Jul 23 11:00:55 UTC 2013  Louis Bettens <louis at bettens.info>
  * Workaround for a cabal bug
  http://hackage.haskell.org/trac/hackage/ticket/626

    A ./patches/cabal-bug-626.patch
    M ./patches/series +1

Tue Jul 23 11:00:55 UTC 2013  Louis Bettens <louis at bettens.info>
  * Workaround for a cabal bug
  http://hackage.haskell.org/trac/hackage/ticket/626
diff -rN -u old-taffybar/patches/cabal-bug-626.patch new-taffybar/patches/cabal-bug-626.patch
--- old-taffybar/patches/cabal-bug-626.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-taffybar/patches/cabal-bug-626.patch	2013-07-23 11:09:45.649541783 +0000
@@ -0,0 +1,16 @@
+Index: taffybar/taffybar.cabal
+===================================================================
+--- taffybar.orig/taffybar.cabal	2013-07-17 21:35:44.000000000 +0200
++++ taffybar/taffybar.cabal	2013-07-23 12:54:33.000000000 +0200
+@@ -22,9 +22,9 @@
+   .
+     * More robust strut handling for multiple monitors of different sizes (contributed by Morgan Gibson)
+   .
+-    * New widgets from José A. Romero (network monitor, fs monitor, another CPU monitor)
++    * New widgets from Jose' A. Romero (network monitor, fs monitor, another CPU monitor)
+   .
+-    * Allow the bar widget to grow vertically (also contributed by José A. Romero)
++    * Allow the bar widget to grow vertically (also contributed by Jose' A. Romero)
+   .
+   Changes in v0.2.0:
+   .
diff -rN -u old-taffybar/patches/series new-taffybar/patches/series
--- old-taffybar/patches/series	2013-07-23 11:09:45.641538335 +0000
+++ new-taffybar/patches/series	2013-07-23 11:09:45.653539792 +0000
@@ -1,3 +1,4 @@
 eliminate-web-encodings-dependency.patch
 port-from-dbus-core-to-dbus.patch
 man-page.patch
+cabal-bug-626.patch




More information about the Pkg-haskell-commits mailing list