Date: Monday, June 27, 2016 @ 09:21:51 Author: felixonmars Revision: 181372
upgpkg: haskell-yesod-core 1.4.22-1 rebuild with yesod-auth-1.4.13.3, yesod-core-1.4.22 Modified: haskell-yesod-core/trunk/PKGBUILD ----------+ PKGBUILD | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-27 09:16:56 UTC (rev 181371) +++ PKGBUILD 2016-06-27 09:21:51 UTC (rev 181372) @@ -4,27 +4,25 @@ _hkgname=yesod-core pkgname=haskell-yesod-core -pkgver=1.4.21 -pkgrel=2 +pkgver=1.4.22 +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-auto-update" "haskell-blaze-builder" - "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" - "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession" - "haskell-conduit" "haskell-conduit-extra" "haskell-cookie" - "haskell-data-default" "haskell-exceptions" "haskell-fast-logger" - "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" - "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" - "haskell-old-locale" "haskell-parsec" "haskell-path-pieces" - "haskell-primitive" "haskell-random" "haskell-resourcet" "haskell-safe" - "haskell-semigroups" "haskell-shakespeare" "haskell-text" - "haskell-transformers-base" "haskell-unix-compat" - "haskell-unordered-containers" "haskell-vector" "haskell-wai" - "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-word8") + "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" + "haskell-cereal" "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" + "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions" + "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" + "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" "haskell-old-locale" + "haskell-parsec" "haskell-path-pieces" "haskell-primitive" "haskell-random" + "haskell-resourcet" "haskell-safe" "haskell-semigroups" "haskell-shakespeare" + "haskell-text" "haskell-transformers-base" "haskell-unix-compat" + "haskell-unordered-containers" "haskell-vector" "haskell-wai" "haskell-wai-extra" + "haskell-wai-logger" "haskell-warp" "haskell-word8") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('d3fd8154bc72c3084efa9e736dfc0ededba12ea6ab794cb6b0adfb3f93b5267b') +sha256sums=('21329336daff5825005efa5905a305e764f2db95e0e43e5d0f0a85fac8bcf124') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
