Date: Friday, February 10, 2023 @ 18:15:38 Author: felixonmars Revision: 1399584
upgpkg: haskell-yesod-core 1.6.24.1-1: rebuild with yesod-core 1.6.24.1 Modified: haskell-yesod-core/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-10 18:15:04 UTC (rev 1399583) +++ PKGBUILD 2023-02-10 18:15:38 UTC (rev 1399584) @@ -3,8 +3,8 @@ _hkgname=yesod-core pkgname=haskell-yesod-core -pkgver=1.6.24.0 -pkgrel=72 +pkgver=1.6.24.1 +pkgrel=1 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") @@ -17,16 +17,11 @@ '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' 'uusi' 'haskell-hunit' 'haskell-async' 'haskell-hspec' +makedepends=('ghc' 'haskell-hunit' 'haskell-async' 'haskell-hspec' 'haskell-hspec-expectations' 'haskell-network' 'haskell-streaming-commons') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9e12fb59884e521213a5b47a01f0806278008f27121dcd5a706666f04f8b47d443f9e3759330b550bcf865534dd9f464e6a3c1770fb0c882325a058bbcbdbd89') +sha512sums=('9d002aaa6d9ce3444eace56b33af065b4f18104098e94cf4c2031c45a20f1309924ad3ccd9abd964a61740570af1f3c3e665c16286a2f80355751a5437bf04c9') -prepare() { - cd $_hkgname-$pkgver - uusi -u vector $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
