[arch-commits] Commit in haskell-yesod/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 20:59:38 UTC 2018


    Date: Saturday, May 19, 2018 @ 20:59:37
  Author: felixonmars
Revision: 324898

upgpkg: haskell-yesod 1.6.0-1

rebuild with yesod,1.6.0 yesod-auth,1.6.3 yesod-core,1.6.5 yesod-form,1.6.1 yesod-persistent,1.6.0 yesod-static,1.6.0 yesod-test,1.6.4

Modified:
  haskell-yesod/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 20:58:35 UTC (rev 324897)
+++ PKGBUILD	2018-05-19 20:59:37 UTC (rev 324898)
@@ -4,22 +4,21 @@
 
 _hkgname=yesod
 pkgname=haskell-yesod
-pkgver=1.4.5
-pkgrel=264
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "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"
-         "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-wai-logger"
-         "haskell-warp" "haskell-yaml" "haskell-yesod-core" "haskell-yesod-form"
-         "haskell-yesod-persistent")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+         'haskell-data-default-class' 'haskell-fast-logger' 'haskell-monad-logger'
+         'haskell-resourcet' 'haskell-semigroups' 'haskell-shakespeare' 'haskell-streaming-commons'
+         'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger'
+         'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 'haskell-yesod-form'
+         'haskell-yesod-persistent')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list