Date: Wednesday, January 27, 2016 @ 03:37:25 Author: fyan Revision: 159001
upgpkg: haskell-semigroups 0.18.1-1 Modified: haskell-semigroups/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-27 02:37:17 UTC (rev 159000) +++ PKGBUILD 2016-01-27 02:37:25 UTC (rev 159001) @@ -4,8 +4,8 @@ _hkgname=semigroups pkgname=haskell-semigroups -pkgver=0.18.0.1 -pkgrel=3 +pkgver=0.18.1 +pkgrel=1 pkgdesc="Anything that associates" url="http://github.com/ekmett/semigroups/" license=("custom:BSD3") @@ -15,7 +15,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('f6e787519acf261e823d529cc3e5d4fca019075f39f8986649f21891d06d3115') +sha256sums=('ae7607fb2b497a53192c378dc84c00b45610fdc5de0ac8c1ac3234ec7acee807') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -23,7 +23,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 + -funordered-containers -ftext -ftagged -fdeepseq -fcontainers -fbytestring -fhashable -fbinary -ftransformers runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
