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

Felix Yan felixonmars at archlinux.org
Fri Jun 25 03:04:20 UTC 2021


    Date: Friday, June 25, 2021 @ 03:04:20
  Author: felixonmars
Revision: 967305

upgpkg: haskell-ci 0.12.1-1: rebuild with cabal-install 3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, haskell-ci 0.12.1, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-ci/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 03:02:55 UTC (rev 967304)
+++ PKGBUILD	2021-06-25 03:04:20 UTC (rev 967305)
@@ -2,22 +2,24 @@
 
 _hkgname=haskell-ci
 pkgname=haskell-ci
-pkgver=0.10.3
-pkgrel=272
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-cabal-install-parsers'
-         'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 'haskell-network-uri'
-         'haskell-optparse-applicative' 'haskell-temporary' 'haskell-unordered-containers'
-         'shellcheck')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat'
+         'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 'haskell-cryptohash-sha256'
+         'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-indexed-traversable'
+         'haskell-indexed-traversable-instances' 'haskell-ini' 'haskell-lattices'
+         'haskell-network-uri' 'haskell-optparse-applicative' 'shellcheck' 'haskell-temporary'
+         'haskell-unordered-containers' 'haskell-zinza')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 'haskell-tasty' 'haskell-tasty-golden')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+sha512sums=('d93a6b8e880255469b34b568320659802252379f0c5486ed315b366fd07dae935a480047468912bc5a397b9e55b00ea964451790f963d05b8df1d426d871da1c')
 
 prepare(){
-  uusi $_hkgname-$pkgver/$_hkgname.cabal
+  uusi -u attoparsec -u ShellCheck $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {




More information about the arch-commits mailing list