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

Felix Yan felixonmars at archlinux.org
Thu May 16 19:09:30 UTC 2019


    Date: Thursday, May 16, 2019 @ 19:09:30
  Author: felixonmars
Revision: 467549

upgpkg: haskell-generics-sop 0.5.0.0-1

rebuild with generics-sop 0.5.0.0, sop-core 0.5.0.0

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-16 19:06:52 UTC (rev 467548)
+++ PKGBUILD	2019-05-16 19:09:30 UTC (rev 467549)
@@ -3,8 +3,8 @@
 
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
-pkgver=0.4.0.1
-pkgrel=3
+pkgver=0.5.0.0
+pkgrel=1
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,8 +12,13 @@
 depends=('ghc-libs' 'haskell-sop-core')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('5b92823ad3d5c2a78db6cae4b8cf9d9f2b76a06ce683cdaf85b5348715beff57d5e8fb2a7cc271b937451c95af969a0c037f8c2a05a2ed8e56f3ba467762e348')
+sha512sums=('ba469a087c40002321333a4c3ecb287e1f780fc3c3a74e15c050ccb92d5520802fd1c05be2903a0ad4392787767f5c2705e66ff4bbbdb5e19e8be176580132d2')
 
+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