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

Felix Yan felixonmars at archlinux.org
Sat May 19 20:56:45 UTC 2018


    Date: Saturday, May 19, 2018 @ 20:56:38
  Author: felixonmars
Revision: 324894

upgpkg: haskell-yesod-test 1.6.4-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-test/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 20:55:11 UTC (rev 324893)
+++ PKGBUILD	2018-05-19 20:56:38 UTC (rev 324894)
@@ -3,21 +3,26 @@
 
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
-pkgver=1.5.9.1
-pkgrel=118
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-blaze-builder'
-         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cookie'
-         'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 'haskell-monad-control'
-         'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 'haskell-text' 'haskell-wai'
+         'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-conduit'
+         'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types'
+         'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 'haskell-wai'
          'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 'haskell-yesod-core')
-makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed')
+sha512sums=('7e282e2ef503aa81bf979b395806bd1144c0cbd2f0dc24c464fdf0485bdb498bd8a4495789fe8afc8f37747dfbf66c1ca266069a37d5cc7ae5c0fd10ae96e13a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list