[arch-commits] Commit in dhall-docs/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Nov 5 14:10:38 UTC 2021
Date: Friday, November 5, 2021 @ 14:10:38
Author: felixonmars
Revision: 1037209
upgpkg: dhall-docs 1.0.7-27: rebuild with megaparsec 9.2.0
Modified:
dhall-docs/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 13:43:26 UTC (rev 1037208)
+++ PKGBUILD 2021-11-05 14:10:38 UTC (rev 1037209)
@@ -2,7 +2,7 @@
pkgname=dhall-docs
pkgver=1.0.7
-pkgrel=26
+pkgrel=27
pkgdesc="Generate HTML docs from a dhall package"
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs"
license=("BSD")
@@ -17,7 +17,7 @@
prepare() {
cd $pkgname-$pkgver
- uusi -u hashable -u tasty-silver $pkgname.cabal
+ uusi -u hashable -u megaparsec -u tasty-silver $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list