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

Felix Yan fyan at archlinux.org
Sun Jan 17 03:33:39 UTC 2016


    Date: Sunday, January 17, 2016 @ 04:33:39
  Author: fyan
Revision: 157030

upgpkg: haskell-distributive 0.5.0.2-1

Modified:
  haskell-distributive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 03:30:18 UTC (rev 157029)
+++ PKGBUILD	2016-01-17 03:33:39 UTC (rev 157030)
@@ -4,17 +4,17 @@
 
 _hkgname=distributive
 pkgname=haskell-distributive
-pkgver=0.4.4
+pkgver=0.5.0.2
 pkgrel=1
 pkgdesc="Distributive functors -- Dual to Traversable"
 url="http://github.com/ekmett/distributive/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-tagged" "haskell-transformers-compat")
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-tagged" "haskell-transformers-compat")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('82d1f53495fe9c25e4e974825666b4a6232af7452784e145cc04aeb365b25468')
+sha256sums=('f884996f491fe5b275b7dda2cebdadfecea0d7788a142546e0271e9575cc1609')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -22,7 +22,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-lib-werror
+            -ftagged
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list