[arch-commits] Commit in haskell-wai-app-static/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Mar 30 16:04:15 UTC 2016


    Date: Wednesday, March 30, 2016 @ 18:04:15
  Author: fyan
Revision: 168883

upgpkg: haskell-wai-app-static 3.1.5-1

rebuild with conduit-extra-1.1.12, wai-3.2.0.1, wai-app-static-3.1.5, warp-3.2.4, yesod-auth-1.4.13, yesod-core-1.4.20, yesod-form-1.4.7, yesod-persistent-1.4.0.4

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-30 15:35:24 UTC (rev 168882)
+++ PKGBUILD	2016-03-30 16:04:15 UTC (rev 168883)
@@ -4,23 +4,22 @@
 
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
-pkgver=3.1.4.1
-pkgrel=28
+pkgver=3.1.5
+pkgrel=1
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder"
-         "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
-         "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-file-embed"
-         "haskell-http-date" "haskell-http-types" "haskell-mime-types"
-         "haskell-old-locale" "haskell-optparse-applicative" "haskell-text"
-         "haskell-unix-compat" "haskell-unordered-containers" "haskell-wai"
-         "haskell-wai-extra" "haskell-warp" "haskell-zlib")
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-blaze-html" "haskell-blaze-markup" 
+         "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" "haskell-http-types"
+         "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+         "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+         "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" "haskell-warp"
+         "haskell-zlib")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('7280e15192be2d80b2505da152ea828c448e1466401fc4a02e87052ce3515bd4')
+sha256sums=('28667193acfcc534752b715b5f5e16fc58edb550d03c0eb2b68e123e41030d4c')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list