Date: Thursday, June 15, 2017 @ 05:20:46
  Author: felixonmars
Revision: 237024

upgpkg: haskell-cookie 0.4.2.1-5

rebuild with ghc,8.0.2

Modified:
  haskell-cookie/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-15 05:19:23 UTC (rev 237023)
+++ PKGBUILD    2017-06-15 05:20:46 UTC (rev 237024)
@@ -6,18 +6,18 @@
 _hkgname=cookie
 pkgname=haskell-cookie
 pkgver=0.4.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP cookie parsing and rendering"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
+depends=('ghc' 'haskell-blaze-builder' 'haskell-data-default' 
'haskell-old-locale' 'haskell-text')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('12613c254e38bf4b0e0e278cccbf23c2')
 
 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 -fnetwork-uri
     runhaskell Setup build
@@ -38,4 +38,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
 }

Reply via email to