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

Felix Yan felixonmars at archlinux.org
Wed Jun 17 16:42:52 UTC 2020


    Date: Wednesday, June 17, 2020 @ 16:42:51
  Author: felixonmars
Revision: 646368

upgpkg: haskell-haddock-library 1.9.0-1: rebuild with haddock-library 1.9.0

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-17 16:40:02 UTC (rev 646367)
+++ PKGBUILD	2020-06-17 16:42:51 UTC (rev 646368)
@@ -2,8 +2,8 @@
 
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
-pkgver=1.8.0
-pkgrel=64
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/"
 license=("BSD")
@@ -12,11 +12,11 @@
 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=('f84672b67dd4b18402efb8b40eb0e2cb912ecf894cfdedf61b0ada87392e63609cf1101d4fc793686cc4af354665661bf4dc902313bb466efee683a7c64bbe2b')
+sha512sums=('ec41df15a849a59fc41a443ce233dfa6293f0d201ed1847bd8a7732bc0e2138bab2305c127bd60f51919d8eeeb6808eec7a0add38edacd059956d852167477b5')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/2.11/2.14/;s/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/2.13.2/2.14/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list