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

Felix Yan fyan at archlinux.org
Thu Mar 3 08:15:24 UTC 2016


    Date: Thursday, March 3, 2016 @ 09:15:24
  Author: fyan
Revision: 164319

upgpkg: stylish-haskell 0.5.15.2-1

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-03 07:51:16 UTC (rev 164318)
+++ PKGBUILD	2016-03-03 08:15:24 UTC (rev 164319)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=stylish-haskell
-pkgver=0.5.15.1
-pkgrel=6
+pkgver=0.5.15.2
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
@@ -14,13 +14,8 @@
              "haskell-strict" "haskell-syb" "haskell-yaml")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c7ff0fdf7a2e23b3c23dfd7b925ec29117a7d6d93fe1445f88d28b589802fee5')
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
 
-prepare() {
-    sed -e 's/aeson            >= 0.6  && < 0.11,/aeson            >= 0.6  \&\& < 0.12,/' \
-        -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     



More information about the arch-commits mailing list