Date: Friday, June 23, 2017 @ 13:32:34 Author: felixonmars Revision: 240372
upgpkg: haskell-charset 0.3.7.1-19 rebuild with hashable,1.2.6.1 Modified: haskell-charset/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 13:30:59 UTC (rev 240371) +++ PKGBUILD 2017-06-23 13:32:34 UTC (rev 240372) @@ -5,12 +5,12 @@ _hkgname=charset pkgname=haskell-charset pkgver=0.3.7.1 -pkgrel=18 +pkgrel=19 pkgdesc="A compatibility layer for base" url="http://github.com/ekmett/charset" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-semigroups" "haskell-unordered-containers") +depends=('ghc' "haskell-semigroups" "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('3d415d2883bd7bf0cc9f038e8323f19c71e07dd12a3c712f449ccb8b4daac0be') @@ -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
