[arch-commits] Commit in haskell-monad-control/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Dec 10 16:51:27 UTC 2015
Date: Thursday, December 10, 2015 @ 17:51:27
Author: fyan
Revision: 152410
GHC 7.10.3 rebuild
Modified:
haskell-monad-control/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-10 16:49:53 UTC (rev 152409)
+++ PKGBUILD 2015-12-10 16:51:27 UTC (rev 152410)
@@ -5,12 +5,12 @@
_hkgname=monad-control
pkgname=haskell-monad-control
pkgver=1.0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Lift control operations, like exception catching, through monad transformers"
url="https://github.com/basvandijk/monad-control"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-stm" "haskell-transformers-base" "haskell-transformers-compat")
+depends=("ghc=7.10.3" "haskell-stm" "haskell-transformers-base" "haskell-transformers-compat")
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