Date: Monday, October 10, 2022 @ 18:12:13
  Author: felixonmars
Revision: 1326444

upgpkg: haskell-yesod-core 1.6.24.0-43: rebuild with vector 0.13.0.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 18:12:11 UTC (rev 1326443)
+++ PKGBUILD    2022-10-10 18:12:13 UTC (rev 1326444)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.24.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")
@@ -17,10 +17,15 @@
          'haskell-random' 'haskell-resourcet' 'haskell-shakespeare' 
'haskell-unix-compat'
          'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
          'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('9e12fb59884e521213a5b47a01f0806278008f27121dcd5a706666f04f8b47d443f9e3759330b550bcf865534dd9f464e6a3c1770fb0c882325a058bbcbdbd89')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u vector $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to