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

Felix Yan felixonmars at archlinux.org
Fri Sep 18 16:00:49 UTC 2020


    Date: Friday, September 18, 2020 @ 16:00:48
  Author: felixonmars
Revision: 710663

upgpkg: dhall 1.35.0-4: rebuild with pretty-simple 4.0.0.0

Modified:
  dhall/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 15:56:53 UTC (rev 710662)
+++ PKGBUILD	2020-09-18 16:00:48 UTC (rev 710663)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.35.0
-pkgrel=3
+pkgrel=4
 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' 'arch-hs' '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,10 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('6b2071ae4d00779971ecb31fa18239e999f4a9a6e58273268ee97eb16563ac211b88921fe86eabc818d9424dc74590381354ff2cfe97441d5dc4739356ab01a1')
 
+prepare() {
+    arch-hs-uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list