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

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


    Date: Thursday, December 10, 2015 @ 18:05:51
  Author: fyan
Revision: 152436

GHC 7.10.3 rebuild

Modified:
  haskell-lifted-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 17:05:46 UTC (rev 152435)
+++ PKGBUILD	2015-12-10 17:05:51 UTC (rev 152436)
@@ -5,12 +5,12 @@
 _hkgname=lifted-base
 pkgname=haskell-lifted-base
 pkgver=0.2.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="lifted IO operations from the base library"
 url="https://github.com/basvandijk/lifted-base"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-monad-control" "haskell-transformers-base")
+depends=("ghc=7.10.3" "haskell-monad-control" "haskell-transformers-base")
 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