[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 28 09:12:08 UTC 2020
Date: Wednesday, October 28, 2020 @ 09:12:07
Author: felixonmars
Revision: 735283
upgpkg: haskell-haddock-library 1.9.0-46: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21
Modified:
haskell-haddock-library/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-28 08:09:25 UTC (rev 735282)
+++ PKGBUILD 2020-10-28 09:12:07 UTC (rev 735283)
@@ -3,13 +3,13 @@
_hkgname=haddock-library
pkgname=haskell-haddock-library
pkgver=1.9.0
-pkgrel=45
+pkgrel=46
pkgdesc="A documentation-generation tool for Haskell libraries"
url="https://www.haskell.org/haddock/"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-hspec-discover'
+makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-hspec' 'haskell-hspec-discover'
'haskell-quickcheck' 'haskell-optparse-applicative' 'haskell-tree-diff')
source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz")
sha512sums=('ec41df15a849a59fc41a443ce233dfa6293f0d201ed1847bd8a7732bc0e2138bab2305c127bd60f51919d8eeeb6808eec7a0add38edacd059956d852167477b5')
@@ -16,7 +16,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/2.13.2/2.14/' $_hkgname.cabal
+ uusi $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list