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

Felix Yan felixonmars at archlinux.org
Sun Mar 14 16:30:05 UTC 2021


    Date: Sunday, March 14, 2021 @ 16:30:05
  Author: felixonmars
Revision: 891231

upgpkg: haskell-relude 1.0.0.0-1: rebuild with relude 1.0.0.0

Modified:
  haskell-relude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 16:28:25 UTC (rev 891230)
+++ PKGBUILD	2021-03-14 16:30:05 UTC (rev 891231)
@@ -3,20 +3,20 @@
 
 _hkgname=relude
 pkgname=haskell-relude
-pkgver=0.7.0.0
-pkgrel=75
+pkgver=1.0.0.0
+pkgrel=1
 pkgdesc="Safe, performant, user-friendly and lightweight Haskell Standard Library."
 url="https://github.com/kowainik/relude"
 license=('MIT')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-hedgehog')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 'haskell-hedgehog')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('c7492118453176e9ffbfca6c6723d4429d1d11f2133325ce06e87353cc80a1bf')
+sha512sums=('f6a318ccb500ff47a581d90c11b85cda8b7ac6f76c8d27f675fe261a47657501eec838107b7996d2d3ee5eb17212959dbe25bb32bdfdbecc54a2a96a5c9530ac')
 
 prepare(){
   cd $_hkgname-$pkgver
-  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  gen-setup
 }
 
 build() {



More information about the arch-commits mailing list