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

Felix Yan felixonmars at archlinux.org
Sat Jul 1 00:14:20 UTC 2017


    Date: Saturday, July 1, 2017 @ 00:14:19
  Author: felixonmars
Revision: 241857

upgpkg: haskell-success 0.2.6-4

rebuild with monad-control,1.0.2.1

Modified:
  haskell-success/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-01 00:12:41 UTC (rev 241856)
+++ PKGBUILD	2017-07-01 00:14:19 UTC (rev 241857)
@@ -5,12 +5,12 @@
 _hkgname=success
 pkgname=haskell-success
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A version of Either specialised for encoding of success or failure"
 url="https://github.com/nikita-volkov/success"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-transformers-base" "haskell-monad-control" "haskell-mtl")
+depends=('ghc' "haskell-transformers-base" "haskell-monad-control" "haskell-mtl")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('e995e77e8ae13bc4d543ea771f6a4d17853dea1ae46ef294131fc8c582f2dab6')
 
@@ -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