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

Felix Yan felixonmars at archlinux.org
Thu May 16 19:06:43 UTC 2019


    Date: Thursday, May 16, 2019 @ 19:06:43
  Author: felixonmars
Revision: 467547

upgpkg: haskell-sop-core 0.5.0.0-1

rebuild with generics-sop 0.5.0.0, sop-core 0.5.0.0

Modified:
  haskell-sop-core/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-16 19:03:35 UTC (rev 467546)
+++ PKGBUILD	2019-05-16 19:06:43 UTC (rev 467547)
@@ -2,8 +2,8 @@
 
 _hkgname=sop-core
 pkgname=haskell-sop-core
-pkgver=0.4.0.0
-pkgrel=3
+pkgver=0.5.0.0
+pkgrel=1
 pkgdesc="True Sums of Products"
 url="https://github.com/well-typed/generics-sop"
 license=('BSD')
@@ -11,8 +11,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('db12039dc17b954d171907c68165806027468bcde2dff5a7f6c43b2fe1afe1dfdc1e947cad9d124bb2f3423a53f5f2237ed71cf69a4a47b5be7d1492b043ce61')
+sha512sums=('6f52d4d2d8521f897eec44e2f13bc4d947259f65920ce330c7d5ab085b9f918f1a0ce4d1c23cc0a6758e32d4f9c0eaaf00f8214bf8e9dd9675dec792c184b8b2')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list