Date: Monday, September 19, 2022 @ 04:17:23 Author: felixonmars Revision: 1305107
upgpkg: dhall 1.41.2-1: rebuild with dhall 1.41.2, dhall-json 1.7.11, dhall-lsp-server 1.1.2, dhall-yaml 1.2.11 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-19 03:09:05 UTC (rev 1305106) +++ PKGBUILD 2022-09-19 04:17:23 UTC (rev 1305107) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.41.1 -pkgrel=85 +pkgver=1.41.2 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -10,27 +10,23 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-ansi-terminal' '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' 'uusi' 'haskell-doctest' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' + 'haskell-cryptonite' 'haskell-data-fix' 'haskell-diff' 'haskell-dotgen' 'haskell-either' + 'haskell-half' 'haskell-hashable' 'haskell-http-client' 'haskell-http-client-tls' + 'haskell-http-types' 'haskell-indexed-traversable' '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-text-short' 'haskell-th-lift-instances' 'haskell-unordered-containers' + 'haskell-uri-encode' 'haskell-vector') +makedepends=('ghc' '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' 'haskell-tasty-silver' 'haskell-temporary' 'haskell-turtle') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c5f58d47ae9acb6fd8fe4c267963ad5c2eb0091354bcbeda43a193b12b5db1ec456597cc42357b571b869fc39cb9929a19c62b59aa3682da3c3e594dac8541a0') +sha512sums=('d2d1b0f513f02f8eb9bc25d0e01a1e749c09eb4089a0982b1ea20f18ff598932b62c898e764167f74718dc71aabe5760ce2e0abe0fe550cb7f1b3ac773219f9a') -prepare() { - cd $pkgname-$pkgver - uusi -u pretty-simple $pkgname.cabal -} - build() { cd $pkgname-$pkgver
