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

Felix Yan fyan at archlinux.org
Tue Jan 19 02:17:43 UTC 2016


    Date: Tuesday, January 19, 2016 @ 03:17:43
  Author: fyan
Revision: 157569

upgpkg: haskell-mono-traversable 0.10.1-1

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-19 02:09:41 UTC (rev 157568)
+++ PKGBUILD	2016-01-19 02:17:43 UTC (rev 157569)
@@ -4,8 +4,8 @@
 
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
-pkgver=0.10.0.1
-pkgrel=6
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
@@ -17,14 +17,8 @@
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('2e25c24ed3cf644cd4818cfb6d4e122cffcac2a375f0edb544b6814f871af45d')
+sha256sums=('a82e63352ed854319bca7d33e3aa13a42a18648e47d01109f8c306ee54b9418b')
 
-prepare() {
-    # I'm afraid this is not a proper workaround...
-    # https://github.com/snoyberg/mono-traversable/issues/86
-    sed -i '/Coproduct/d' ${_hkgname}-${pkgver}/src/Data/MonoTraversable.hs
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list