Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-modern-uri
Commits: f033f528 by Felix Yan at 2023-10-03T09:21:30+03:00 upgpkg: 0.3.6.0-30: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = haskell-modern-uri + pkgdesc = Modern library for working with URIs + pkgver = 0.3.6.0 + pkgrel = 30 + url = https://github.com/mrkkrp/modern-uri + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = haskell-hspec + makedepends = haskell-hspec-megaparsec + makedepends = haskell-hspec-discover + depends = ghc-libs + depends = haskell-quickcheck + depends = haskell-contravariant + depends = haskell-hashable + depends = haskell-megaparsec + depends = haskell-profunctors + depends = haskell-reflection + depends = haskell-tagged + source = https://hackage.haskell.org/packages/archive/modern-uri/0.3.6.0/modern-uri-0.3.6.0.tar.gz + sha512sums = 2d2b51efd5d8482e78d256bef465dcd68a8034c69f683b7596620394bce030981db73d352eb31ef1e7cb116c7523f22bc9ce3ab81dfc5230a73c24e64e2fdfd1 + +pkgname = haskell-modern-uri ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=modern-uri pkgname=haskell-modern-uri pkgver=0.3.6.0 -pkgrel=29 +pkgrel=30 pkgdesc="Modern library for working with URIs" url="https://github.com/mrkkrp/modern-uri" license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-modern-uri/-/commit/f033f528ad6370665067070bd49d986ad4f0f26f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-modern-uri/-/commit/f033f528ad6370665067070bd49d986ad4f0f26f You're receiving this email because of your account on gitlab.archlinux.org.
