Date: Thursday, August 3, 2017 @ 19:49:55 Author: felixonmars Revision: 247907
upgpkg: haskell-lens 4.15.4-1 rebuild with lens,4.15.4 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-03 19:48:49 UTC (rev 247906) +++ PKGBUILD 2017-08-03 19:49:55 UTC (rev 247907) @@ -4,13 +4,13 @@ _hkgname=lens pkgname=haskell-lens -pkgver=4.15.3 -pkgrel=9 +pkgver=4.15.4 +pkgrel=1 pkgdesc="Lenses, Folds and Traversals" url="http://github.com/ekmett/lens/" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" +depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-call-stack" "haskell-comonad" "haskell-contravariant" "haskell-distributive" "haskell-exceptions" "haskell-free" "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" "haskell-parallel" "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" "haskell-semigroups" @@ -17,7 +17,7 @@ "haskell-tagged" "haskell-text" "haskell-th-abstraction" "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector" "haskell-void") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0ccc13ee500712e1e36fe7284fe179f461f00c179756968aca27d570629322e1a17e13b6d006ee27e03c4aad4d6006b9e0397567af24333ebc3b7f8726a953ca') +sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a697530') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -26,7 +26,7 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ - -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas -finlining \ + -ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \ -f-benchmark-uniplate runhaskell Setup build runhaskell Setup haddock --hoogle --html
