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

Felix Yan fyan at archlinux.org
Wed Oct 7 00:56:41 UTC 2015


    Date: Wednesday, October 7, 2015 @ 02:56:40
  Author: fyan
Revision: 143126

bump to latest version for ghc 7.10.2

Modified:
  haskell-haddock-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-07 00:56:25 UTC (rev 143125)
+++ PKGBUILD	2015-10-07 00:56:40 UTC (rev 143126)
@@ -2,20 +2,20 @@
 # Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
 
 pkgname=haskell-haddock-api
-pkgver=2.16.0
-pkgrel=2
+pkgver=2.16.1
+pkgrel=0
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="http://www.haskell.org/haddock/"
 license=("BSD3")
 arch=('i686' 'x86_64')
 makedepends=()
-depends=("ghc=7.10.1"
+depends=("ghc=7.10.2"
          "haskell-ghc-paths"
          "haskell-haddock-library")
 options=('strip' 'staticlibs')
 source=("https://hackage.haskell.org/package/haddock-api-${pkgver}/haddock-api-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('1286dcb12bf3b4d657df64dc595e8ce5e414e10260cbcb3abadde4e50c176442')
+sha256sums=('e2061d67e3de2bb39a98225712f119ef21a62567afac361bd9b2ddf0ba2aedea')
 
 build() {
     cd "${srcdir}/haddock-api-${pkgver}"



More information about the arch-commits mailing list