[arch-commits] Commit in dhall/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 9 13:17:05 UTC 2021


    Date: Sunday, May 9, 2021 @ 13:17:05
  Author: felixonmars
Revision: 929161

upgpkg: dhall 1.38.1-18: rebuild with memory 0.16.0

Modified:
  dhall/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 13:01:42 UTC (rev 929160)
+++ PKGBUILD	2021-05-09 13:17:05 UTC (rev 929161)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.38.1
-pkgrel=17
+pkgrel=18
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -18,7 +18,7 @@
          'haskell-text-manipulate' 'haskell-th-lift-instances' 'haskell-transformers-compat'
          'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite'
          'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
-makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck'
              'haskell-quickcheck-instances' 'haskell-special-values' 'haskell-spoon'
              'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-tasty-silver' 'haskell-turtle' 'haskell-doctest')
@@ -25,6 +25,11 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('c07d9b88361a58025738d9d51c803c04642acc80c846e5260165a5f73c958e2d19e99ab182a684a079c04c4a9e8b6482008b9872b615a65eca53209dc7d7f4db')
 
+prepare() {
+    cd $pkgname-$pkgver
+    uusi -u memory $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list