diff options
Diffstat (limited to 'community/haskell-extensible-exceptions/PKGBUILD')
-rw-r--r-- | community/haskell-extensible-exceptions/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-extensible-exceptions/PKGBUILD b/community/haskell-extensible-exceptions/PKGBUILD index 873fb06ad..86832f335 100644 --- a/community/haskell-extensible-exceptions/PKGBUILD +++ b/community/haskell-extensible-exceptions/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110619 2014-05-04 13:54:58Z td123 $ +# $Id: PKGBUILD 115976 2014-07-19 16:05:02Z td123 $ # Maintainer: Jelle van der Waa <jelle@vdwaa.nl> _hkgname=extensible-exceptions pkgname=haskell-${_hkgname} pkgver=0.1.1.4 -pkgrel=6 +pkgrel=7 pkgdesc="extensible exceptions for both new and old versions of GHC" url="http://hackage.haskell.org/package/extensible-exceptions" 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') |