diff options
Diffstat (limited to 'community/haskell-vector/PKGBUILD')
-rw-r--r-- | community/haskell-vector/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-vector/PKGBUILD b/community/haskell-vector/PKGBUILD index 24f95ea36..9c2b16141 100644 --- a/community/haskell-vector/PKGBUILD +++ b/community/haskell-vector/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 110637 2014-05-04 13:55:16Z td123 $ +# $Id: PKGBUILD 115997 2014-07-19 16:05:28Z td123 $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=haskell-vector pkgver=0.10.9.1 -pkgrel=3 +pkgrel=4 pkgdesc="Efficient Arrays" url="http://code.haskell.org/vector" license=("custom:BSD3") arch=('i686' 'x86_64') makedepends=() # deps adjusted to specific versions in package() -depends=("ghc" "haskell-primitive") +depends=("ghc=7.8.3-1" "haskell-primitive") options=('strip' 'staticlibs') install="${pkgname}.install" source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz") |