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

Felix Yan felixonmars at archlinux.org
Sat Jan 7 03:35:23 UTC 2017


    Date: Saturday, January 7, 2017 @ 03:35:21
  Author: felixonmars
Revision: 205858

upgpkg: haskell-distributive 0.5.1-1

rebuild with distributive-0.5.1

Modified:
  haskell-distributive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-07 03:34:34 UTC (rev 205857)
+++ PKGBUILD	2017-01-07 03:35:21 UTC (rev 205858)
@@ -4,15 +4,15 @@
 
 _hkgname=distributive
 pkgname=haskell-distributive
-pkgver=0.5.0.2
-pkgrel=10
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Distributive functors -- Dual to Traversable"
 url="http://github.com/ekmett/distributive/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-tagged" "haskell-transformers-compat")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f884996f491fe5b275b7dda2cebdadfecea0d7788a142546e0271e9575cc1609')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('8fd0968c19b00b64c8219b81903c72841494460fcf1c10e84fa44f321bb3ae92')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -ftagged
+            -ftagged -f-semigroups
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list