diff options
Diffstat (limited to 'community/haskell-stm/PKGBUILD')
-rw-r--r-- | community/haskell-stm/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/haskell-stm/PKGBUILD b/community/haskell-stm/PKGBUILD index 6c656b70c..fa12e239f 100644 --- a/community/haskell-stm/PKGBUILD +++ b/community/haskell-stm/PKGBUILD @@ -4,12 +4,12 @@ _hkgname=stm pkgname=haskell-stm pkgver=2.4.3 -pkgrel=2 +pkgrel=3 pkgdesc="A modular composable concurrency abstraction." url="http://hackage.haskell.org/package/stm" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.8.2' 'sh') +depends=('ghc=7.8.3-1' 'sh') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) install=${pkgname}.install options=('staticlibs') |