[Pkg-haskell-commits] darcs: xmonad: New patch: Allow utf8-string-1
Joachim Breitner
mail at joachim-breitner.de
Wed Jul 1 17:33:33 UTC 2015
Wed Jul 1 11:28:13 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New patch: Allow utf8-string-1
M ./changelog +6
M ./control -1 +1
A ./patches/relax-utf8-string-dep
M ./patches/series +1
Wed Jul 1 11:28:13 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New patch: Allow utf8-string-1
diff -rN -u old-xmonad/changelog new-xmonad/changelog
--- old-xmonad/changelog 2015-07-01 17:33:32.876768806 +0000
+++ new-xmonad/changelog 2015-07-01 17:33:32.892768824 +0000
@@ -1,3 +1,9 @@
+xmonad (0.11.1-2) UNRELEASED; urgency=medium
+
+ * New patch: Allow utf8-string-1
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 01 Jul 2015 13:28:07 +0200
+
xmonad (0.11.1-1) unstable; urgency=medium
* New upstream release
diff -rN -u old-xmonad/control new-xmonad/control
--- old-xmonad/control 2015-07-01 17:33:32.876768806 +0000
+++ new-xmonad/control 2015-07-01 17:33:32.876768806 +0000
@@ -23,7 +23,7 @@
libghc-extensible-exceptions-doc,
libghc-extensible-exceptions-prof,
libghc-utf8-string-dev (>= 0.3),
- libghc-utf8-string-dev (<< 0.4),
+ libghc-utf8-string-dev (<< 1.1),
libghc-utf8-string-prof,
libghc-pandoc-dev (>= 1.10),
libghc-regex-posix-dev,
diff -rN -u old-xmonad/patches/relax-utf8-string-dep new-xmonad/patches/relax-utf8-string-dep
--- old-xmonad/patches/relax-utf8-string-dep 1970-01-01 00:00:00.000000000 +0000
+++ new-xmonad/patches/relax-utf8-string-dep 2015-07-01 17:33:32.880768811 +0000
@@ -0,0 +1,13 @@
+Index: xmonad-0.11.1/xmonad.cabal
+===================================================================
+--- xmonad-0.11.1.orig/xmonad.cabal 2015-06-27 15:12:11.430371165 +0200
++++ xmonad-0.11.1/xmonad.cabal 2015-06-27 15:12:56.963495179 +0200
+@@ -58,7 +58,7 @@
+ else
+ build-depends: base < 3
+ build-depends: X11>=1.5 && < 1.7, mtl, unix,
+- utf8-string >= 0.3 && < 0.4
++ utf8-string >= 0.3 && < 1.1
+
+ if true
+ ghc-options: -funbox-strict-fields -Wall
diff -rN -u old-xmonad/patches/series new-xmonad/patches/series
--- old-xmonad/patches/series 2015-07-01 17:33:32.876768806 +0000
+++ new-xmonad/patches/series 2015-07-01 17:33:32.880768811 +0000
@@ -2,3 +2,4 @@
float-mplayer2.patch
use_x-terminal-emulator.patch
#haddock-fixes.patch
+relax-utf8-string-dep
More information about the Pkg-haskell-commits
mailing list