Date: Thursday, July 6, 2017 @ 08:48:43 Author: felixonmars Revision: 242520
upgpkg: haskell-safe-exceptions 0.1.6.0-1 rebuild with safe-exceptions,0.1.6.0 Modified: haskell-safe-exceptions/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-06 08:48:39 UTC (rev 242519) +++ PKGBUILD 2017-07-06 08:48:43 UTC (rev 242520) @@ -3,8 +3,8 @@ _hkgname=safe-exceptions pkgname=haskell-safe-exceptions -pkgver=0.1.5.0 -pkgrel=2 +pkgver=0.1.6.0 +pkgrel=1 pkgdesc="Safe, consistent, and easy exception handling" url="https://github.com/fpco/safe-exceptions" license=('MIT') @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc' 'haskell-exceptions') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -md5sums=('e38f0a15780091c951444b2ba5c9fa1e') +sha512sums=('a87139b1e506bb197e34e83713e29490f20f9140ecb47d979b87db4d6f7570690e2a1ea81901df28675d0b23747ddf743752d5ef26b81f90165ee010e609658f') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -18,7 +18,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ - --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
