Date: Friday, June 23, 2017 @ 17:14:54 Author: felixonmars Revision: 240500
upgpkg: haskell-persistent 2.6.1-37 rebuild with hashable,1.2.6.1 Modified: haskell-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 17:11:49 UTC (rev 240499) +++ PKGBUILD 2017-06-23 17:14:54 UTC (rev 240500) @@ -5,12 +5,12 @@ _hkgname=persistent pkgname=haskell-persistent pkgver=2.6.1 -pkgrel=36 +pkgrel=37 pkgdesc="Type-safe, multi-backend data serialization" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring" +depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" "haskell-exceptions" "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base" "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" "haskell-old-locale" @@ -25,7 +25,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 \ -f-nooverlap runhaskell Setup build runhaskell Setup haddock --hoogle --html
