[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 28 05:04:04 UTC 2019
Date: Tuesday, May 28, 2019 @ 05:04:03
Author: felixonmars
Revision: 472061
upgpkg: haskell-haddock-library 1.7.0-45
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21, http-api-data 0.4.1
Modified:
haskell-haddock-library/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 23:22:18 UTC (rev 472060)
+++ PKGBUILD 2019-05-28 05:04:03 UTC (rev 472061)
@@ -3,7 +3,7 @@
_hkgname=haddock-library
pkgname=haskell-haddock-library
pkgver=1.7.0
-pkgrel=44
+pkgrel=45
pkgdesc="A documentation-generation tool for Haskell libraries"
url="https://www.haskell.org/haddock/"
license=("BSD")
@@ -16,7 +16,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/>= 2.11/>= 2.12/' -e 's/< *2.6/<3/' $_hkgname.cabal
+ sed -i -e 's/>= 2.11/>= 2.13/' -e 's/< *2.6/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list