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

Felix Yan felixonmars at archlinux.org
Sat Oct 17 22:15:44 UTC 2020


    Date: Saturday, October 17, 2020 @ 22:15:44
  Author: felixonmars
Revision: 725650

upgpkg: haskell-parameterized-utils 2.1.1-8: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-parameterized-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 20:43:28 UTC (rev 725649)
+++ PKGBUILD	2020-10-17 22:15:44 UTC (rev 725650)
@@ -3,7 +3,7 @@
 _hkgname=parameterized-utils
 pkgname=haskell-parameterized-utils
 pkgver=2.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Classes and data structures for working with data-kind indexed types"
 url="https://github.com/GaloisInc/parameterized-utils"
 license=('BSD')
@@ -10,7 +10,7 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-orphans' 'haskell-th-abstraction' 'haskell-constraints'
          'haskell-hashable' 'haskell-hashtables' 'haskell-lens' 'haskell-vector')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit'
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit'
              'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('dd1b091f49c8f9e22328537896648f144c2cc3578c66007709281da0a51f32df9f21034d52e1506c8ec801f2c5387f5bf755dee2e5ecdea3b2a64239f0fdc5a5')
@@ -18,6 +18,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