Date: Friday, June 23, 2017 @ 18:02:45 Author: felixonmars Revision: 240512
upgpkg: haskell-uuid 1.3.13-6 rebuild with hashable,1.2.6.1 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 18:01:19 UTC (rev 240511) +++ PKGBUILD 2017-06-23 18:02:45 UTC (rev 240512) @@ -5,12 +5,12 @@ _hkgname=uuid pkgname=haskell-uuid pkgver=1.3.13 -pkgrel=5 +pkgrel=6 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-cryptohash-md5" "haskell-cryptohash-sha1" "haskell-entropy" +depends=('ghc' "haskell-cryptohash-md5" "haskell-cryptohash-sha1" "haskell-entropy" "haskell-network-info" "haskell-random" "haskell-text" "haskell-uuid-types") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027') @@ -20,7 +20,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
