diff options
Diffstat (limited to 'community/haskell-ghc-paths/PKGBUILD')
-rw-r--r-- | community/haskell-ghc-paths/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/haskell-ghc-paths/PKGBUILD b/community/haskell-ghc-paths/PKGBUILD index f6d483a8c..700c1ce5f 100644 --- a/community/haskell-ghc-paths/PKGBUILD +++ b/community/haskell-ghc-paths/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 110620 2014-05-04 13:54:59Z td123 $ +# $Id: PKGBUILD 115977 2014-07-19 16:05:03Z td123 $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=haskell-ghc-paths pkgver=0.1.0.9 -pkgrel=5 +pkgrel=6 pkgdesc="Knowledge of GHC's installation directories" url='http://hackage.haskell.org/package/ghc-paths' license=('custom:BSD3') arch=('x86_64' 'i686') -depends=('ghc=7.8.2') +depends=('ghc=7.8.3-1') source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz") install="$pkgname.install" options=('staticlibs') |