Date: Friday, June 23, 2017 @ 17:21:17 Author: felixonmars Revision: 240504
upgpkg: haskell-persistent-sqlite 2.6.2-36 rebuild with hashable,1.2.6.1 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 17:18:04 UTC (rev 240503) +++ PKGBUILD 2017-06-23 17:21:17 UTC (rev 240504) @@ -5,12 +5,12 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite pkgver=2.6.2 -pkgrel=35 +pkgrel=36 pkgdesc="Backend for the persistent library using sqlite3" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-conduit" "haskell-monad-control" +depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-monad-control" "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" "haskell-persistent" "haskell-resource-pool" "haskell-resourcet" "haskell-text" "haskell-unordered-containers") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") @@ -21,7 +21,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-build-sanity-exe -f-systemlib runhaskell Setup build runhaskell Setup haddock --hoogle --html
