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

Felix Yan felixonmars at archlinux.org
Thu Nov 17 07:06:07 UTC 2016


    Date: Thursday, November 17, 2016 @ 07:06:06
  Author: felixonmars
Revision: 196171

upgpkg: haskell-yesod 1.4.3.1-1

rebuild with conduit-extra-1.1.15, warp-3.2.9, yesod-1.4.3.1, yesod-core-1.4.26, yesod-form-1.4.9, yesod-static-1.5.1.1

Modified:
  haskell-yesod/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-17 07:05:13 UTC (rev 196170)
+++ PKGBUILD	2016-11-17 07:06:06 UTC (rev 196171)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod
 pkgname=haskell-yesod
-pkgver=1.4.3
-pkgrel=42
+pkgver=1.4.3.1
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -12,14 +12,13 @@
 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-safe"
-         "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-monad-control" "haskell-monad-logger" "haskell-resourcet" "haskell-safe"
+         "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")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list