[arch-commits] Commit in haskell-optparse-simple/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 27 07:58:43 UTC 2018


    Date: Thursday, December 27, 2018 @ 07:58:42
  Author: felixonmars
Revision: 418483

upgpkg: haskell-optparse-simple 0.1.1-1

rebuild with optparse-simple 0.1.1

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-27 07:44:09 UTC (rev 418482)
+++ PKGBUILD	2018-12-27 07:58:42 UTC (rev 418483)
@@ -3,16 +3,16 @@
 
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
-pkgver=0.1.0
-pkgrel=21
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-gitrev' 'haskell-optparse-applicative')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('28c2fca4e33bc6f942e0c849cc1082ff575dad6a9954201cff41a19b3996299bbbe899a939b81dcc4aae2ab2ac1ef4cfc946c92fd70f4644268727640cf3ed81')
+sha512sums=('677745c0c0a3feaa2509f593e8d721dfae24ce64342a7596c65d612f3d8b5e3262865581bf0c396507c22404ad036d0d076b18e4f1da441031c65cf2cf245f26')
 
 build() {
     cd $_hkgname-$pkgver
@@ -19,7 +19,8 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+	  -f-build-example
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list