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

Felix Yan fyan at archlinux.org
Thu Jun 9 03:04:54 UTC 2016


    Date: Thursday, June 9, 2016 @ 05:04:54
  Author: fyan
Revision: 178744

upgpkg: haskell-retry 0.7.4-1

rebuild with EdisonAPI-1.3.1, JuicyPixels-3.2.7.1, MissingH-1.4.0.0, aeson-compat-0.3.4.0, aws-0.14.0, cairo-0.13.3.0, cereal-0.5.2.0, cgrep-6.6.14, cryptonite-0.16, extra-1.4.9, glib-0.13.4.0, gtk3-0.14.5, hackage-security-0.5.2.1, haddock-api-2.17.3, haddock-library-1.4.2, hlint-1.9.34, hslogger-1.2.10, http-types-0.9.1, language-javascript-0.6.0.5, pandoc-1.17.1, pandoc-citeproc-0.10, pango-0.13.3.0, pipes-4.2.0, retry-0.7.4, sandi-0.4.0, shake-0.15.8, statistics-0.13.3.0, unix-compat-0.4.2.0

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-09 03:04:42 UTC (rev 178743)
+++ PKGBUILD	2016-06-09 03:04:54 UTC (rev 178744)
@@ -4,8 +4,8 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="http://github.com/Soostone/retry"
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=("ghc=8.0.1" "haskell-data-default-class" "haskell-exceptions"
          "haskell-random")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('26e5317e9b5110b1a2092b0316ae0588a3d00d4fd68d222324f2a2a8fec25bad')
+sha256sums=('fd63242da0640ff6ab6e8d474388ceca917ee405d40c210431b159a56dd847a7')
 
-prepare() {
-    sed -i 's/ghc-prim             < 0.5/ghc-prim             < 0.6/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list