Date: Tuesday, March 31, 2020 @ 14:10:34 Author: felixonmars Revision: 608053
upgpkg: dhall 1.31.0-1: rebuild with dhall 1.31.0, dhall-bash 1.0.29, dhall-json 1.6.3 Modified: dhall/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-31 14:03:02 UTC (rev 608052) +++ PKGBUILD 2020-03-31 14:10:34 UTC (rev 608053) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=dhall -pkgver=1.30.0 -pkgrel=29 +pkgver=1.31.0 +pkgrel=1 pkgdesc='A configuration language guaranteed to terminate' url='https://dhall-lang.org' license=('BSD') @@ -14,20 +14,20 @@ '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-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-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=('31a3001e7c6cd652d7a9fdb3eb1a78c461e177498df1a19e1fd0782821708f7d0b41d46468ea9120b8e36b935486a6fe3b724713ad17a818198cc5bcb7d5a46c') +sha512sums=('3336b9b7111d0f106c19906e743335a07f9948119ad798d37666c8265e80d0a17260b29493577b651e204e05288ad8c97d854bc15ab65f00199819897ac01fba') prepare() { cd $pkgname-$pkgver - sed -i -e 's/< *2.1/<3/' -e '/semigroups/d' $pkgname.cabal + sed -i -e '/semigroups/d' $pkgname.cabal } build() {
