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

Felix Yan felixonmars at archlinux.org
Fri Oct 16 19:40:12 UTC 2020


    Date: Friday, October 16, 2020 @ 19:40:11
  Author: felixonmars
Revision: 724899

upgpkg: haskell-optics-th 0.3.0.2-3: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-optics-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 19:40:03 UTC (rev 724898)
+++ PKGBUILD	2020-10-16 19:40:11 UTC (rev 724899)
@@ -3,13 +3,13 @@
 _hkgname=optics-th
 pkgname=haskell-optics-th
 pkgver=0.3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Optics construction using TemplateHaskell"
 url="https://github.com/well-typed/optics"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-optics-core' 'haskell-th-abstraction')
-makedepends=('ghc' 'haskell-tagged')
+makedepends=('ghc' 'uusi' 'haskell-tagged')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('0ebce42453d8bbdc621f8f97aa4a34a8defc66d4ea9d09b466447f01ed440cf84896d8d9326a61eb77daa1b844dd2bf6b8e73b86f585b3c0b1c2ffbab7391691')
 
@@ -16,6 +16,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