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

Felix Yan felixonmars at archlinux.org
Fri Oct 16 16:30:51 UTC 2020


    Date: Friday, October 16, 2020 @ 16:30:51
  Author: felixonmars
Revision: 724730

upgpkg: haskell-generics-sop 0.5.1.0-5: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 16:29:30 UTC (rev 724729)
+++ PKGBUILD	2020-10-16 16:30:51 UTC (rev 724730)
@@ -4,13 +4,13 @@
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
 pkgver=0.5.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-sop-core' 'haskell-th-abstraction')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('454cb30800e4c6b225df6464970746ca51028ffbfe50143559eebf16918dd783ef2e7690c4877b568d1835043ec733ec0ca9a39e0ae88c3136c82d0afb42bda8')
 
@@ -17,6 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    uusi $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list