Date: Thursday, January 12, 2017 @ 03:24:18 Author: felixonmars Revision: 206885
upgpkg: haskell-yesod 1.4.4-1 rebuild with yesod-1.4.4 Modified: haskell-yesod/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-12 03:23:34 UTC (rev 206884) +++ PKGBUILD 2017-01-12 03:24:18 UTC (rev 206885) @@ -4,21 +4,21 @@ _hkgname=yesod pkgname=haskell-yesod -pkgver=1.4.3.1 -pkgrel=34 +pkgver=1.4.4 +pkgrel=1 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" - "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger" - "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" "haskell-safe" - "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons" "haskell-text" + "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" "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-wai-logger" - "haskell-warp" "haskell-yaml" "haskell-yesod-auth" "haskell-yesod-core" - "haskell-yesod-form" "haskell-yesod-persistent") + "haskell-warp" "haskell-yaml" "haskell-yesod-core" "haskell-yesod-form" + "haskell-yesod-persistent") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21') +sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
