Date: Wednesday, August 12, 2020 @ 18:36:43 Author: felixonmars Revision: 676543
upgpkg: dhall 1.34.0-1: rebuild with dhall 1.34.0, dhall-bash 1.0.32, dhall-json 1.7.1 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-12 17:46:24 UTC (rev 676542) +++ PKGBUILD 2020-08-12 18:36:43 UTC (rev 676543) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.33.1 -pkgrel=27 +pkgver=1.34.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -11,23 +11,23 @@ '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-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-transformers-compat' 'haskell-unordered-containers' - 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' 'haskell-http-types' - 'haskell-http-client' 'haskell-http-client-tls') + '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-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' 'haskell-quickcheck-instances' 'haskell-special-values' 'haskell-spoon' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-turtle' 'haskell-doctest') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('c306b059c9ace17d09515e2ed7bbd137854e1a76bce632c8e34dddcb3af5819bf0415288a96bbefc61ec0651b63a43e9bdc8ea1c402d7aad9f535107697ad30c') +sha512sums=('082cac810bc92608059c7d86d4ab19c0aff976c34d7a655ba34b353ff005bcf81641f4f28680cb3075c05a750e105dd59fb2a4413453e6a60886c99425d91598') prepare() { cd $pkgname-$pkgver - sed -i '/semigroups/d;s/< *0.3/<1/' $pkgname.cabal + sed -i '/semigroups/d' $pkgname.cabal } build() {
