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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 02:26:59 UTC 2021


    Date: Sunday, April 25, 2021 @ 02:26:59
  Author: felixonmars
Revision: 923779

upgpkg: haskell-foundation 0.0.26.1-1: rebuild with basement 0.0.12, foundation 0.0.26.1

Modified:
  haskell-foundation/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 02:25:05 UTC (rev 923778)
+++ PKGBUILD	2021-04-25 02:26:59 UTC (rev 923779)
@@ -3,20 +3,20 @@
 
 _hkgname=foundation
 pkgname=haskell-foundation
-pkgver=0.0.25
-pkgrel=103
+pkgver=0.0.26.1
+pkgrel=1
 pkgdesc="Alternative prelude with batteries and no dependencies"
 url="https://github.com/haskell-foundation/foundation"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-basement')
-makedepends=('ghc' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7335795a1cdf2975d6e9471c5b469d99cc6d224d2da66838d830593a5abda73675920acb2dc823a6b92f2141dc2364c8fd5ad53d7e8aecd8df00e6998683be60')
+sha512sums=('56285e445dbf58204fffb3824a2f6144c3ef8eeb1630a5f5e9a658bc216a9bbb4db6f215e1e9b11bb516a389e23a9fc3275242d060b42db6b82b6a449224988a')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list