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

Felix Yan felixonmars at archlinux.org
Wed Jun 28 08:04:20 UTC 2017


    Date: Wednesday, June 28, 2017 @ 08:04:19
  Author: felixonmars
Revision: 241323

upgpkg: haskell-edisoncore 1.3.1.1-8

rebuild with QuickCheck,2.10.0.1

Modified:
  haskell-edisoncore/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-28 08:01:25 UTC (rev 241322)
+++ PKGBUILD	2017-06-28 08:04:19 UTC (rev 241323)
@@ -5,12 +5,12 @@
 _hkgname=EdisonCore
 pkgname=haskell-edisoncore
 pkgver=1.3.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A library of efficient, purely-functional data structures (Core Implementations)"
 url="http://rwd.rdockins.name/edison/home/"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-edisonapi" "haskell-mtl" "haskell-quickcheck")
+depends=('ghc' "haskell-edisonapi" "haskell-mtl" "haskell-quickcheck")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('3e0720ee3b179304f563b99dd446c1d6911e31ddc4d0f78d6550b18e59ed501b')
 
@@ -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