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

Evangelos Foutras foutrelis at archlinux.org
Thu Dec 10 17:50:36 UTC 2015


    Date: Thursday, December 10, 2015 @ 18:50:36
  Author: foutrelis
Revision: 152486

GHC 7.10.3 rebuild

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 17:49:36 UTC (rev 152485)
+++ PKGBUILD	2015-12-10 17:50:36 UTC (rev 152486)
@@ -6,13 +6,13 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=0.10.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
 url="https://github.com/bos/aeson"
 license=("GPL")
 arch=('i686' 'x86_64')
 makedepends=('ghc')
-depends=("ghc=7.10.2" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl'
+depends=("ghc=7.10.3" 'haskell-attoparsec' 'haskell-unordered-containers' 'haskell-mtl'
          'haskell-syb' 'haskell-vector' 'haskell-dlist')
 source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
 options=('staticlibs')



More information about the arch-commits mailing list