[arch-commits] Commit in haskell-system-fileio/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 15 19:25:18 UTC 2017


    Date: Thursday, June 15, 2017 @ 19:25:15
  Author: felixonmars
Revision: 237379

upgpkg: haskell-system-fileio 0.3.16.3-3

rebuild with ghc,8.0.2

Modified:
  haskell-system-fileio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 19:23:45 UTC (rev 237378)
+++ PKGBUILD	2017-06-15 19:25:15 UTC (rev 237379)
@@ -5,12 +5,12 @@
 _hkgname=system-fileio
 pkgname=haskell-system-fileio
 pkgver=0.3.16.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Consistent filesystem interaction across GHC versions"
 url="https://github.com/fpco/haskell-filesystem"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-system-filepath" "haskell-text")
+depends=("ghc" "haskell-system-filepath" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('3175707cb322c65760fa2eb2ab17327f251c8294ad688efc6258e82328830491')
 
@@ -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