Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-optparse-applicative
Commits:
2a460945 by Felix Yan at 2025-07-30T21:27:24+08:00
upgpkg: 0.18.1.0-1: rebuild with optparse-applicative 0.18.1.0 (rebuild pass 1,
specified --nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
pkgbase = haskell-optparse-applicative
pkgdesc = Utilities and combinators for parsing command line options
- pkgver = 0.17.1.0
- pkgrel = 96
+ pkgver = 0.18.1.0
+ pkgrel = 1
url = https://github.com/pcapriotti/optparse-applicative
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
checkdepends = haskell-quickcheck
makedepends = ghc
depends = ghc-libs
- depends = haskell-ansi-wl-pprint
+ depends = haskell-prettyprinter
+ depends = haskell-prettyprinter-ansi-terminal
depends = haskell-transformers-compat
- source =
https://hackage.haskell.org/packages/archive/optparse-applicative/0.17.1.0/optparse-applicative-0.17.1.0.tar.gz
- sha512sums =
02abfed7f0522d69568b96faafbebe96b6a2a1e7763e769d7d3a2af0c7c3530f8d1d2fb41e33e0d1c837f94c4040cc0c8ab0095482245a614e4400a8c33e521b
+ source =
https://hackage.haskell.org/packages/archive/optparse-applicative/0.18.1.0/optparse-applicative-0.18.1.0.tar.gz
+ sha512sums =
a5a7667cadd3c2785d787cb6bddb009750308376c771f45d72e2245577f42c2946a069bf420d3404653f9f3662cb798341ee96d1ead35dbf95ab42447698e41d
pkgname = haskell-optparse-applicative
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,18 @@
_hkgname=optparse-applicative
pkgname=haskell-optparse-applicative
-pkgver=0.17.1.0
-pkgrel=96
+pkgver=0.18.1.0
+pkgrel=1
pkgdesc="Utilities and combinators for parsing command line options"
url="https://github.com/pcapriotti/optparse-applicative"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-transformers-compat')
+depends=('ghc-libs' 'haskell-prettyprinter'
'haskell-prettyprinter-ansi-terminal'
+ 'haskell-transformers-compat')
makedepends=('ghc')
checkdepends=('haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('02abfed7f0522d69568b96faafbebe96b6a2a1e7763e769d7d3a2af0c7c3530f8d1d2fb41e33e0d1c837f94c4040cc0c8ab0095482245a614e4400a8c33e521b')
+sha512sums=('a5a7667cadd3c2785d787cb6bddb009750308376c771f45d72e2245577f42c2946a069bf420d3404653f9f3662cb798341ee96d1ead35dbf95ab42447698e41d')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-applicative/-/commit/2a460945ac22f3fbdc64b3b0bdad8ea870a93e5c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-applicative/-/commit/2a460945ac22f3fbdc64b3b0bdad8ea870a93e5c
You're receiving this email because of your account on gitlab.archlinux.org.