Date: Friday, June 24, 2016 @ 03:25:50 Author: felixonmars Revision: 180850
upgpkg: haskell-semigroups 0.18.2-1 rebuild with Agda-2.5.1.1, enclosed-exceptions-1.0.2, hakyll-4.8.3.2, hscolour-1.24.1, semigroups-0.18.2, shakespeare-2.0.9, warp-tls-3.2.2, texmath-0.8.6.4, yaml-0.8.18, yesod-core-1.4.21 Modified: haskell-semigroups/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-24 03:19:43 UTC (rev 180849) +++ PKGBUILD 2016-06-24 03:25:50 UTC (rev 180850) @@ -4,8 +4,8 @@ _hkgname=semigroups pkgname=haskell-semigroups -pkgver=0.18.1 -pkgrel=6 +pkgver=0.18.2 +pkgrel=1 pkgdesc="Anything that associates" url="http://github.com/ekmett/semigroups/" license=("custom:BSD3") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-hashable" "haskell-tagged" "haskell-text" "haskell-unordered-containers") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ae7607fb2b497a53192c378dc84c00b45610fdc5de0ac8c1ac3234ec7acee807') +sha256sums=('5dc9ff8622af25412fb071098063da288cd408a844e67c3371b78daa86d5d0e4') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -21,7 +21,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -funordered-containers -ftext -ftagged -fdeepseq -fcontainers -fbytestring -fhashable -fbinary -ftransformers + -funordered-containers -ftext -ftagged -fdeepseq -fcontainers -fbytestring -fhashable -fbinary -ftransformers -f-bytestring-builder runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script