Date: Tuesday, June 20, 2017 @ 08:54:09 Author: felixonmars Revision: 238892
upgpkg: haskell-yesod-form 1.4.12-24 rebuild with foundation,0.0.12 Modified: haskell-yesod-form/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:51:26 UTC (rev 238891) +++ PKGBUILD 2017-06-20 08:54:09 UTC (rev 238892) @@ -5,12 +5,12 @@ _hkgname=yesod-form pkgname=haskell-yesod-form pkgver=1.4.12 -pkgrel=23 +pkgrel=24 pkgdesc="Form handling support for Yesod Web Framework" url="http://www.yesodweb.com/" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder" "haskell-blaze-html" +depends=('ghc' "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-text" "haskell-wai" "haskell-xss-sanitize"
