[arch-commits] Commit in haskell-http-types/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Dec 10 17:08:08 UTC 2015


    Date: Thursday, December 10, 2015 @ 18:08:07
  Author: fyan
Revision: 152440

GHC 7.10.3 rebuild

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 17:07:46 UTC (rev 152439)
+++ PKGBUILD	2015-12-10 17:08:07 UTC (rev 152440)
@@ -5,12 +5,12 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-text')
+depends=('ghc=7.10.3' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-text')
 options=('staticlibs')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



More information about the arch-commits mailing list