Date: Thursday, February 4, 2016 @ 03:25:38
  Author: fyan
Revision: 160138

upgpkg: haskell-mmorph 1.0.6-1

Modified:
  haskell-mmorph/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-04 01:32:16 UTC (rev 160137)
+++ PKGBUILD    2016-02-04 02:25:38 UTC (rev 160138)
@@ -4,17 +4,17 @@
 
 _hkgname=mmorph
 pkgname=haskell-mmorph
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="Monad morphisms"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3")
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-transformers-compat")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('6ae92f8c9e0aa767ecce520833ac46d3cf293931050650dc8896be16fb16da9d')
+sha256sums=('14c391b111af4cc10917a9340897ae2a5718f5b0b7e6bc13f379445c58fe0dc5')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Reply via email to