Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / stack
Commits: a319dd63 by Felix Yan at 2023-09-05T16:57:56+03:00 upgpkg: 2.7.5-335: rebuild with http-download 0.2.1.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=stack pkgver=2.7.5 -pkgrel=334 +pkgrel=335 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack" license=("BSD") @@ -11,7 +11,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 'haskell-ansi-terminal' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-casa-client' 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 'haskell-conduit-extra' - 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' + 'haskell-crypton' 'haskell-crypton-conduit' 'haskell-echo' 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 'haskell-fsnotify0.3' 'haskell-generic-deriving' 'haskell-githash' 'haskell-hackage-security' 'haskell-hashable' 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 'haskell-http-client-tls' @@ -40,7 +40,8 @@ sha512sums=('SKIP' prepare() { cd $pkgname patch -p1 -i ../stack-ghc9-aeson2.patch - uusi -d semigroups -d persistent-template $pkgname.cabal + uusi -d semigroups -d persistent-template -r cryptonite:crypton -r cryptonite-conduit:crypton-conduit $pkgname.cabal + sed -i 's/cryptonite/crypton/' src/Stack/Setup.hs # rio-prettyprint 0.1.4.0 sed -i 's|RIO.PrettyPrint|RIO.PrettyPrint hiding (string)|' src/Stack/Build/Execute.hs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stack/-/commit/a319dd63cb130a3ee1eca4186022336ae92e5a86 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stack/-/commit/a319dd63cb130a3ee1eca4186022336ae92e5a86 You're receiving this email because of your account on gitlab.archlinux.org.
