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

Evangelos Foutras foutrelis at archlinux.org
Thu Dec 10 18:06:37 UTC 2015


    Date: Thursday, December 10, 2015 @ 19:06:36
  Author: foutrelis
Revision: 152502

GHC 7.10.3 rebuild

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 18:06:01 UTC (rev 152501)
+++ PKGBUILD	2015-12-10 18:06:36 UTC (rev 152502)
@@ -5,12 +5,12 @@
 _hkgname=conduit
 pkgname=haskell-conduit
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Streaming data processing library."
 url="http://github.com/snoyberg/conduit"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
+depends=("ghc=7.10.3" "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
          "haskell-mtl" "haskell-resourcet" "haskell-transformers-base")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list