[arch-commits] Commit in haskell-xml-types/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 15 15:37:46 UTC 2017


    Date: Thursday, June 15, 2017 @ 15:37:45
  Author: felixonmars
Revision: 237188

upgpkg: haskell-xml-types 0.3.6-7

rebuild with ghc,8.0.2

Modified:
  haskell-xml-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 15:35:26 UTC (rev 237187)
+++ PKGBUILD	2017-06-15 15:37:45 UTC (rev 237188)
@@ -5,12 +5,12 @@
 _hkgname=xml-types
 pkgname=haskell-xml-types
 pkgver=0.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Basic types for representing XML"
 url="https://john-millikin.com/software/haskell-xml/"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-text")
+depends=("ghc" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9')
 
@@ -17,7 +17,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
     runhaskell Setup build
@@ -38,4 +38,7 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list