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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 10:52:13 UTC 2018


    Date: Monday, October 15, 2018 @ 10:52:13
  Author: felixonmars
Revision: 394032

upgpkg: haskell-protolude 0.2.3-1

rebuild with ghc 8.6.1

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 10:44:59 UTC (rev 394031)
+++ PKGBUILD	2018-10-15 10:52:13 UTC (rev 394032)
@@ -3,8 +3,8 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.2.2
-pkgrel=5
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude"
 license=("MIT")
@@ -13,10 +13,10 @@
          'haskell-transformers-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fc30cc6b23a55a19109aedb02d445c03da206b4b887df029163da2d1ae1c1b7a4b361ef91e061f1a89196bd8dea14095bdec41a4d91f3b4fcd7c24bfa000823d')
+sha512sums=('4d8832585b0553341ebd1dc15ed4ca31ccbfea845004245da27812af052d1c1c692db08b51acae3e24e0fc94a8ac76496d542d37c6af895555ba54a5c3a095f5')
 
 prepare() {
-    sed -i '/mtl-compat/d' $_hkgname-$pkgver/$_hkgname.cabal
+    sed -e '/mtl-compat/d' -i $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list