Date: Friday, June 23, 2017 @ 11:51:33 Author: felixonmars Revision: 240330
upgpkg: haskell-http-date 0.0.6.1-23 rebuild with hashable,1.2.6.1 Modified: haskell-http-date/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 11:50:14 UTC (rev 240329) +++ PKGBUILD 2017-06-23 11:51:33 UTC (rev 240330) @@ -5,12 +5,12 @@ _hkgname=http-date pkgname=haskell-http-date pkgver=0.0.6.1 -pkgrel=22 +pkgrel=23 pkgdesc="HTTP Date parser/formatter" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-attoparsec") +depends=('ghc' "haskell-attoparsec") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636') @@ -19,7 +19,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
