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

Felix Yan fyan at archlinux.org
Fri Jun 10 13:50:38 UTC 2016


    Date: Friday, June 10, 2016 @ 15:50:37
  Author: fyan
Revision: 179236

upgpkg: stylish-haskell 0.5.17.0-1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 13:15:57 UTC (rev 179235)
+++ PKGBUILD	2016-06-10 13:50:37 UTC (rev 179236)
@@ -3,17 +3,17 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=stylish-haskell
-pkgver=0.5.16.0
-pkgrel=9
+pkgver=0.5.17.0
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" "haskell-mtl"
-             "haskell-strict" "haskell-syb" "haskell-yaml")
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+             "haskell-optparse-applicative" "haskell-strict" "haskell-syb" "haskell-yaml")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+sha256sums=('374ad1e8206ae9b41b94b95fef55ad8d439c006fa650e6315ef04eca38e53b78')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list