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

Felix Yan felixonmars at archlinux.org
Thu Oct 19 16:51:29 UTC 2017


    Date: Thursday, October 19, 2017 @ 16:51:28
  Author: felixonmars
Revision: 263637

upgpkg: haskell-either 4.5-1

rebuild with either,4.5 monad-journal,0.8.0

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 16:43:57 UTC (rev 263636)
+++ PKGBUILD	2017-10-19 16:51:28 UTC (rev 263637)
@@ -4,8 +4,8 @@
 
 _hkgname=either
 pkgname=haskell-either
-pkgver=4.4.1.1
-pkgrel=32
+pkgver=4.5
+pkgrel=1
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/"
 license=("custom:BSD3")
@@ -16,14 +16,8 @@
          "haskell-semigroups" "haskell-transformers-base")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ebc61b0f83812c7479a4fe5422ae4b73f219f0d57938e8c43e0f1e8932374c874709453773b7577f98b07ab17c884e8f4f77a28d457291b5d3f988da71fb6195')
+sha512sums=('0a55a31f8a4c11c48715494615db5c43f683d4bd56d4904f3872d706aabf792744cb58cef3de9804ce05ead223323947306aaeac7ab26a2f61ee9d337bf6f498')
 
-prepare() {
-    sed -e 's/MonadRandom       >= 0.1     && < 0.5,/MonadRandom       >= 0.1     \&\& < 0.6,/' \
-        -e 's/mmorph            >= 1.0.0   && < 1.1,/mmorph            >= 1.0.0   \&\& < 1.2,/' \
-        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list