summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2017-09-26 13:57:54 +0200
committeranthraxx2017-09-26 13:57:54 +0200
commit1d3908bc024cc4228d129d6cf55d77474579ae67 (patch)
tree403d67dccf0e5a91094648d23139266b2b5ae0ab
parent822e249ef921ba3805e7dab585e05f70ce7571df (diff)
downloadaur-1d3908bc024cc4228d129d6cf55d77474579ae67.tar.gz
upgpkg: xmobar-git 0.24.5+7+ga7bc612-1 (only require ghc-libs at runtime)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58a4da9c7a1..f0998c06c7cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = xmobar-git
depends = wireless_tools
depends = libxrandr
depends = libxpm
- depends = ghc
+ depends = ghc-libs
depends = haskell-x11
depends = haskell-x11-xft
depends = haskell-utf8-string
diff --git a/PKGBUILD b/PKGBUILD
index 819849b6b2ca..8f34064d3d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Minimalistic Text Based Status Bar'
url='https://hackage.haskell.org/package/xmobar'
arch=('i686' 'x86_64')
license=('custom:BSD3')
-depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc' 'haskell-x11'
+depends=('libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' 'haskell-hinotify'
'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
'haskell-http' 'haskell-dbus' 'haskell-libmpd')