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

Felix Yan felixonmars at archlinux.org
Tue Jul 26 06:15:21 UTC 2016


    Date: Tuesday, July 26, 2016 @ 06:15:21
  Author: felixonmars
Revision: 184148

upgpkg: haskell-tagged 0.8.5-1

rebuild with blaze-html-0.8.1.2, blaze-markup-0.7.1.0, haskell-src-exts-1.18.0, hlint-1.9.36, hoogle-5.0.2, http-api-data-0.2.4, path-0.5.9, psqueues-0.2.2.2, tagged-0.8.5, texmath-0.8.6.5, websockets-0.9.7.0

Modified:
  haskell-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-26 05:03:11 UTC (rev 184147)
+++ PKGBUILD	2016-07-26 06:15:21 UTC (rev 184148)
@@ -4,15 +4,15 @@
 
 _hkgname=tagged
 pkgname=haskell-tagged
-pkgver=0.8.4
-pkgrel=3
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="http://github.com/ekmett/tagged"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc=8.0.1" "haskell-transformers-compat")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('20c861d299445ea810ba39d9d0529fb0b3862f4d0271a4fb168ccd493a234d5e')
+sha256sums=('e47c51c955ed77b0fa36897f652df990aa0a8c4eb278efaddcd604be00fc8d99')
 
 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 \
-            -fdeepseq
+            -fdeepseq -ftransformers
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list