Date: Wednesday, January 27, 2016 @ 03:34:45 Author: fyan Revision: 158998
upgpkg: haskell-tagged 0.8.3-1 Modified: haskell-tagged/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-27 02:04:22 UTC (rev 158997) +++ PKGBUILD 2016-01-27 02:34:45 UTC (rev 158998) @@ -4,8 +4,8 @@ _hkgname=tagged pkgname=haskell-tagged -pkgver=0.8.2 -pkgrel=2 +pkgver=0.8.3 +pkgrel=1 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments" url="http://github.com/ekmett/tagged" license=("custom:BSD3") @@ -14,7 +14,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('e415d83329dba6c6b604cdf7ab331d321fa62d396f15e79439caa58279d6b77c') +sha256sums=('27aa7d3f17a01891fcd03ab7cbedc1fdd568475563cda7927ac3a3c2d3526893') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,7 +21,8 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --libsubdir=\$compiler/site-local/\$pkgid \ + -fdeepseq runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
