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

Felix Yan fyan at archlinux.org
Fri Jun 10 04:33:09 UTC 2016


    Date: Friday, June 10, 2016 @ 06:33:09
  Author: fyan
Revision: 179007

upgpkg: haskell-monads-tf 0.1.0.3-1

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-monads-tf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 04:33:03 UTC (rev 179006)
+++ PKGBUILD	2016-06-10 04:33:09 UTC (rev 179007)
@@ -4,8 +4,8 @@
 
 _hkgname=monads-tf
 pkgname=haskell-monads-tf
-pkgver=0.1.0.2
-pkgrel=3
+pkgver=0.1.0.3
+pkgrel=1
 pkgdesc="Monad classes, using type families"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,12 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('cb6f495443f526b00b3d06535aa29e393473244acd410cba1b898eeaa8f8077c')
+sha256sums=('249dd2aa55c4dd6530f1e49f6b052ec91bc590ecfef2bd24c58837a3f8d4b0f1')
 
-prepare() {
-    sed -i 's/transformers >= 0.2.0.0 && < 0.5/transformers >= 0.2.0.0 \&\& < 0.6/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list