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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 20:32:38 UTC 2022


    Date: Thursday, February 10, 2022 @ 20:32:37
  Author: felixonmars
Revision: 1131370

upgpkg: dhall 1.40.2-1: rebuild with dhall 1.40.2

Modified:
  dhall/trunk/PKGBUILD

----------+
 PKGBUILD |   41 ++++++++++++++++++-----------------------
 1 file changed, 18 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 20:32:25 UTC (rev 1131369)
+++ PKGBUILD	2022-02-10 20:32:37 UTC (rev 1131370)
@@ -1,36 +1,31 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall
-pkgver=1.40.1
-pkgrel=72
+pkgver=1.40.2
+pkgrel=1
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal'
-         'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 'haskell-cborg-json'
-         'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 'haskell-dotgen'
-         'haskell-either' 'haskell-half' 'haskell-hashable' 'haskell-lens-family-core'
-         'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 'haskell-network-uri'
-         'haskell-optparse-applicative' 'haskell-parsers' 'haskell-parser-combinators'
-         'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-pretty-simple'
-         'haskell-profunctors' 'haskell-repline' 'haskell-serialise' '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' 'uusi' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 'haskell-quickcheck'
+         'haskell-atomic-write' 'haskell-base16-bytestring' 'haskell-case-insensitive'
+         'haskell-cborg' 'haskell-cborg-json' 'haskell-contravariant' 'haskell-cryptohash-sha256'
+         'haskell-data-fix' 'haskell-diff' 'haskell-dotgen' 'haskell-either' 'haskell-half'
+         'haskell-hashable' 'haskell-lens-family-core' 'haskell-megaparsec' 'haskell-mmorph'
+         'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-parsers'
+         'haskell-parser-combinators' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal'
+         'haskell-pretty-simple' 'haskell-profunctors' 'haskell-repline' 'haskell-serialise'
+         '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-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-temporary' 'haskell-turtle'
-             'haskell-doctest')
+             'haskell-system-filepath' 'haskell-tasty' 'haskell-tasty-expected-failure'
+             'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-silver'
+             'haskell-temporary' 'haskell-turtle' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c2f50a0c156071873c41ce72d70df9802e4f19b6902aa24355f295fd3031f9cc363406ffdddd8a3e50be3cbb5648aea19835d801b0bfe3d88f3ccf61934648ce')
+sha512sums=('c4015eb3632ef7b75988bccef4043a835b6e031496860e9339473970819cc2c62ef1becf1bfcc923be85e434befb7b0e64b3d0820f11b1999955ffb92df904ac')
 
-prepare() {
-    cd $pkgname-$pkgver
-    uusi -u generic-random -u megaparsec -u mmorph -u tasty-silver -u transformers-compat $pkgname.cabal
-}
-
 build() {
     cd $pkgname-$pkgver
 
@@ -46,7 +41,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test --show-details=direct || echo "Tests failed"
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list