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

Felix Yan felixonmars at gemini.archlinux.org
Mon Apr 4 17:19:20 UTC 2022


    Date: Monday, April 4, 2022 @ 17:19:19
  Author: felixonmars
Revision: 1181320

upgpkg: dhall 1.41.1-11: rebuild with pretty-simple 4.1.0.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 17:03:15 UTC (rev 1181319)
+++ PKGBUILD	2022-04-04 17:19:19 UTC (rev 1181320)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.41.1
-pkgrel=10
+pkgrel=11
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -18,7 +18,7 @@
          'haskell-scientific' 'haskell-text-manipulate' 'haskell-th-lift-instances'
          'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite'
          'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
-makedepends=('ghc' 'haskell-doctest' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery'
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery'
              'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-special-values'
              'haskell-spoon' 'haskell-system-filepath' 'haskell-tasty'
              'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
@@ -26,6 +26,11 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('c5f58d47ae9acb6fd8fe4c267963ad5c2eb0091354bcbeda43a193b12b5db1ec456597cc42357b571b869fc39cb9929a19c62b59aa3682da3c3e594dac8541a0')
 
+prepare() {
+    cd $pkgname-$pkgver
+    uusi -u pretty-simple $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list