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

Felix Yan fyan at archlinux.org
Sat Jan 16 02:02:02 UTC 2016


    Date: Saturday, January 16, 2016 @ 03:02:02
  Author: fyan
Revision: 156756

upgpkg: haskell-free 4.12.2-1

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 01:59:04 UTC (rev 156755)
+++ PKGBUILD	2016-01-16 02:02:02 UTC (rev 156756)
@@ -4,8 +4,8 @@
 
 _hkgname=free
 pkgname=haskell-free
-pkgver=4.12.1
-pkgrel=2
+pkgver=4.12.2
+pkgrel=1
 pkgdesc="Monads for free"
 url="http://github.com/ekmett/free/"
 license=("custom:BSD3")
@@ -12,11 +12,12 @@
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" "haskell-distributive"
          "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
-         "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups")
+         "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+         "haskell-transformers-compat")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('376559042204e56bcd1152f04bf01079118c6ccba5e0cf8344de929537bc286b')
+sha256sums=('9b65172e90ff03d4daf1d533ed5e967d8a24286ac5facc1edd05e203fe88461b')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list