Date: Thursday, December 10, 2015 @ 19:09:00
  Author: foutrelis
Revision: 152506

GHC 7.10.3 rebuild

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 18:08:10 UTC (rev 152505)
+++ PKGBUILD    2015-12-10 18:09:00 UTC (rev 152506)
@@ -5,12 +5,12 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs"
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs"
          "haskell-text" "haskell-unordered-containers" "haskell-vector")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)

Reply via email to