summaryrefslogtreecommitdiff
path: root/community-testing/haskell-hslogger
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/haskell-hslogger')
-rw-r--r--community-testing/haskell-hslogger/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community-testing/haskell-hslogger/PKGBUILD b/community-testing/haskell-hslogger/PKGBUILD
index 16fa89b1f..49a283786 100644
--- a/community-testing/haskell-hslogger/PKGBUILD
+++ b/community-testing/haskell-hslogger/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 72304 2012-06-11 17:25:32Z tdziedzic $
+# $Id: PKGBUILD 77016 2012-10-03 15:24:27Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
pkgname=haskell-hslogger
-pkgver=1.1.5
-pkgrel=7
+pkgver=1.2.0
+pkgrel=2
pkgdesc="Versatile logging framework"
url="http://hackage.haskell.org/package/hslogger"
license=('LGPL')
arch=('i686' 'x86_64')
-depends=('ghc=7.4.2-1' 'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1')
+depends=('ghc=7.6.1-1' 'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1')
install=${pkgname}.install
source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz)
-md5sums=('cd3dfd6f88176bd53b333ea29130a857')
+md5sums=('e0737887b0df75a3781989c8f6689850')
build() {
cd ${srcdir}/hslogger-${pkgver}