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

Felix Yan felixonmars at archlinux.org
Sat Jul 29 15:08:08 UTC 2017


    Date: Saturday, July 29, 2017 @ 15:08:07
  Author: felixonmars
Revision: 246793

upgpkg: haskell-semigroupoids 5.2.1-1

rebuild with semigroupoids,5.2.1

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-29 15:04:30 UTC (rev 246792)
+++ PKGBUILD	2017-07-29 15:08:07 UTC (rev 246793)
@@ -4,16 +4,17 @@
 
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
-pkgver=5.2
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="Semigroupoids: Category sans id"
 url="http://github.com/ekmett/semigroupoids"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
-         "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat")
+depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
+         "haskell-distributive" "haskell-hashable" "haskell-semigroups" "haskell-tagged"
+         "haskell-transformers-compat" "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ce950a0c8d4494254ec14e5de8fad6b2c604004d6f259d34717b4eafabf2428c4cf4df311f89e22568ad8eb56aa90e911f49a080865b5f59875e43a991bda21f')
+sha512sums=('735b90545a7f73eee921d94d661cd76fe22d4dbd949f5c976ef1a98c8d0ef50f40481816ee805aed9c5de12bef1d832de7be2adf651407782ccc073eec41c5a7')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,8 +21,8 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -ftagged -fcomonad -fdoctests -fdistributive -fcontravariant -fcontainers
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -ftagged -fcomonad -fdoctests -fdistributive -fcontravariant -fcontainers -funordered-containers
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list