[arch-commits] Commit in xmonad/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Apr 6 15:04:15 UTC 2015


    Date: Monday, April 6, 2015 @ 17:04:15
  Author: jelle
Revision: 130827

upgpkg: xmonad 0.11.1-2

missing dep on extensible-exceptions

Modified:
  xmonad/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-06 15:04:06 UTC (rev 130826)
+++ PKGBUILD	2015-04-06 15:04:15 UTC (rev 130827)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight X11 tiled window manager written in Haskell"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/"
 license=('BSD')
-depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 'haskell-utf8-string=1') # 'haskell-extensible-exceptions=0.1.1.4')
+depends=('ghc=7.10.1' 'gmp' 'haskell-x11=1.6.1.2' 'sh' 'haskell-mtl=2.2.1' 'haskell-utf8-string=1' 'haskell-extensible-exceptions=0.1.1.4')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'



More information about the arch-commits mailing list