Date: Friday, April 5, 2013 @ 09:40:57 Author: thestinger Revision: 87659
haskell-json: enable the generic flag Modified: haskell-json/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 07:36:05 UTC (rev 87658) +++ PKGBUILD 2013-04-05 07:40:57 UTC (rev 87659) @@ -8,10 +8,10 @@ url="http://hackage.haskell.org/package/${_hkgname}" license=(BSD3) arch=('i686' 'x86_64') -depends=(ghc haskell-array 'haskell-base>=3' haskell-bytestring - haskell-containers haskell-text haskell-mtl) +depends=(ghc haskell-array 'haskell-base>=4' haskell-bytestring + haskell-containers haskell-text haskell-mtl 'haskell-syb>=0.3.3') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -install=${pkgname}.install +install=$pkgname.install sha256sums=("d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3") build() { @@ -19,7 +19,7 @@ runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid -f generic runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
