Date: Friday, June 16, 2017 @ 16:24:49 Author: felixonmars Revision: 237735
upgpkg: haskell-persistent-sqlite 2.6.2-35 rebuild with ghc,8.0.2 Modified: haskell-persistent-sqlite/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-16 16:21:40 UTC (rev 237734) +++ PKGBUILD 2017-06-16 16:24:49 UTC (rev 237735) @@ -5,12 +5,12 @@ _hkgname=persistent-sqlite pkgname=haskell-persistent-sqlite pkgver=2.6.2 -pkgrel=34 +pkgrel=35 pkgdesc="Backend for the persistent library using sqlite3" url="http://www.yesodweb.com/book/persistent" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc=8.0.1" "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") @@ -19,7 +19,7 @@ build() { cd "${srcdir}/${_hkgname}-${pkgver}" - runhaskell Setup configure -O --enable-library-profiling --enable-shared \ + runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ -f-build-sanity-exe -f-systemlib @@ -41,4 +41,7 @@ runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + + # Remove static libs + find "$pkgdir"/usr/lib -name "*.a" -delete }
