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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 20:02:35 UTC 2017


    Date: Friday, June 30, 2017 @ 20:02:34
  Author: felixonmars
Revision: 241757

upgpkg: haskell-optparse-simple 0.0.3-50

rebuild with monad-control,1.0.2.1

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 20:01:09 UTC (rev 241756)
+++ PKGBUILD	2017-06-30 20:02:34 UTC (rev 241757)
@@ -5,12 +5,12 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=49
+pkgrel=50
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-either" "haskell-gitrev" "haskell-optparse-applicative")
+depends=('ghc' "haskell-either" "haskell-gitrev" "haskell-optparse-applicative")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
 
@@ -19,7 +19,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