Date: Tuesday, June 20, 2017 @ 08:56:58 Author: felixonmars Revision: 238894
upgpkg: haskell-yesod 1.4.5-64 rebuild with foundation,0.0.12 Modified: haskell-yesod/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:54:37 UTC (rev 238893) +++ PKGBUILD 2017-06-20 08:56:58 UTC (rev 238894) @@ -5,12 +5,12 @@ _hkgname=yesod pkgname=haskell-yesod pkgver=1.4.5 -pkgrel=63 +pkgrel=64 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") arch=('i686' 'x86_64') -depends=("ghc" "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" +depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit-extra" "haskell-data-default-class" "haskell-fast-logger" "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
