Date: Friday, March 18, 2022 @ 23:59:09 Author: felixonmars Revision: 1160103
upgpkg: stack 2.7.5-1: rebuild with pantry 0.5.3, stack 2.7.5 Modified: stack/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-18 23:51:53 UTC (rev 1160102) +++ PKGBUILD 2022-03-18 23:59:09 UTC (rev 1160103) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stack -pkgver=2.7.3 -pkgrel=171 +pkgver=2.7.5 +pkgrel=1 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("BSD") @@ -21,14 +21,13 @@ 'haskell-optparse-applicative' 'haskell-optparse-generic' 'haskell-optparse-simple' 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 'haskell-project-template' - 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio' - 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 'haskell-tar' - 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' - 'haskell-typed-process' 'haskell-unicode-transforms' 'haskell-unix-compat' - 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' - 'haskell-zip-archive' 'haskell-zlib') -makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-raw-strings-qq' - 'haskell-smallcheck') + 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 'haskell-split' + 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 'haskell-text-metrics' + 'haskell-th-reify-many' 'haskell-tls' 'haskell-typed-process' 'haskell-unicode-transforms' + 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' + 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib') +makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover' + 'haskell-raw-strings-qq' 'haskell-smallcheck') checkdepends=('cabal-install') conflicts=('haskell-stack') replaces=('haskell-stack')
