[arch-commits] Commit in haskell-ranged-sets/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 28 09:45:30 UTC 2017


    Date: Wednesday, June 28, 2017 @ 09:45:29
  Author: felixonmars
Revision: 241333

upgpkg: haskell-ranged-sets 0.3.0-5

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-ranged-sets/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 09:43:27 UTC (rev 241332)
+++ PKGBUILD	2017-06-28 09:45:29 UTC (rev 241333)
@@ -4,7 +4,7 @@
 _hkgname=Ranged-sets
 pkgname=haskell-ranged-sets
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Ranged sets for Haskell"
 url="http://code.haskell.org/ranged-sets"
 license=('custom:BSD3')
@@ -18,7 +18,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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list