Date: Friday, June 10, 2016 @ 08:20:59 Author: fyan Revision: 179089 upgpkg: haskell-microlens 0.4.4.1-1
rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, unordered-containers-0.2.7.1, yaml-0.8.17.2 Modified: haskell-microlens/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-10 06:20:53 UTC (rev 179088) +++ PKGBUILD 2016-06-10 06:20:59 UTC (rev 179089) @@ -4,15 +4,15 @@ _hkgname=microlens pkgname=haskell-microlens -pkgver=0.4.4.0 +pkgver=0.4.4.1 pkgrel=1 -pkgdesc="A tiny part of the lens library with no dependencies" +pkgdesc="A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this." url="http://github.com/aelve/microlens" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('376423b8820d620644e919ff0333800cf499fcdf3969fa13a24494c66d0c64a2') +sha256sums=('d60b3ae66fc59de44c50714644b5cacbdc0bc50bac8a3200c67dea3a115c177c') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
