[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 24 10:54:20 UTC 2019


    Date: Tuesday, December 24, 2019 @ 10:54:19
  Author: felixonmars
Revision: 539741

upgpkg: haskell-haddock-library 1.8.0-2: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16

Modified:
  haskell-haddock-library/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 10:53:01 UTC (rev 539740)
+++ PKGBUILD	2019-12-24 10:54:19 UTC (rev 539741)
@@ -2,8 +2,8 @@
 
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
-pkgver=1.7.0
-pkgrel=79
+pkgver=1.8.0
+pkgrel=2
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/"
 license=("BSD")
@@ -12,13 +12,8 @@
 makedepends=('ghc' '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=('ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c')
+sha512sums=('f84672b67dd4b18402efb8b40eb0e2cb912ecf894cfdedf61b0ada87392e63609cf1101d4fc793686cc4af354665661bf4dc902313bb466efee683a7c64bbe2b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/>= 2.11/>= 2.13/' -e 's/< *2.6/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list