Date: Thursday, June 7, 2018 @ 12:07:00 Author: felixonmars Revision: 341799
upgpkg: haskell-yesod-form 1.6.1-23 remove obsolete semigroups dependency Modified: haskell-yesod-form/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-07 12:06:03 UTC (rev 341798) +++ PKGBUILD 2018-06-07 12:07:00 UTC (rev 341799) @@ -5,16 +5,15 @@ _hkgname=yesod-form pkgname=haskell-yesod-form pkgver=1.6.1 -pkgrel=22 +pkgrel=23 pkgdesc="Form handling support for Yesod Web Framework" url="http://www.yesodweb.com/" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" "haskell-blaze-html" - "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" "haskell-email-validate" - "haskell-network-uri" "haskell-persistent" "haskell-resourcet" "haskell-semigroups" - "haskell-shakespeare" "haskell-wai" "haskell-xss-sanitize" - "haskell-yesod-core" "haskell-yesod-persistent") +depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-blaze-html' + 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 'haskell-email-validate' + 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 'haskell-shakespeare' + 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 'haskell-yesod-persistent') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('97228b512945f502ed72274c0544da72aff77d17b09c7199ac8c3eb5791d528a6105c2d18c62ca62eb33cd11f6d80ebbdf73b76e8ab7190e6ed5c7eba3892cb1')
