Date: Sunday, June 11, 2017 @ 07:17:04 Author: felixonmars Revision: 236144
upgpkg: haskell-lens 4.15.3-1 rebuild with lens,4.15.3 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-11 07:05:24 UTC (rev 236143) +++ PKGBUILD 2017-06-11 07:17:04 UTC (rev 236144) @@ -4,21 +4,20 @@ _hkgname=lens pkgname=haskell-lens -pkgver=4.15.2 -pkgrel=3 +pkgver=4.15.3 +pkgrel=1 pkgdesc="Lenses, Folds and Traversals" url="http://github.com/ekmett/lens/" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-base-orphans" "haskell-bifunctors" "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" "haskell-tagged" "haskell-text" - "haskell-transformers-compat" "haskell-unordered-containers" "haskell-vector" - "haskell-void") + "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" + "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=('2b958df01c83873e03fa4ba9803449bb564c215480fd16aa64d81a0bdf656b0621c8c15fd4decfee1b694b9494bfc37cf7c686aa63958357d3cdfa62870ec1b4') +sha512sums=('0ccc13ee500712e1e36fe7284fe179f461f00c179756968aca27d570629322e1a17e13b6d006ee27e03c4aad4d6006b9e0397567af24333ebc3b7f8726a953ca') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -26,7 +25,9 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --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 -f-benchmark-uniplate + -f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties -ftest-hunit \ + -ftest-doctests -ftest-hlint -f-dump-splices -f-old-inline-pragmas -finlining \ + -f-benchmark-uniplate runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
