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

Felix Yan felixonmars at archlinux.org
Sat May 19 05:40:10 UTC 2018


    Date: Saturday, May 19, 2018 @ 05:40:09
  Author: felixonmars
Revision: 324313

upgpkg: stylish-haskell 0.9.2.0-1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 01:43:24 UTC (rev 324312)
+++ PKGBUILD	2018-05-19 05:40:09 UTC (rev 324313)
@@ -3,18 +3,23 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=stylish-haskell
-pkgver=0.9.0.2
-pkgrel=25
+pkgver=0.9.2.0
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-mtl' 'haskell-optparse-applicative'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-optparse-applicative'
          'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('da7a72d87778d9a9846c7fdde25538e8e83e742229416eb037ad366209521a25fe8cd28e3bc7afbb8d3ec996f5be7b0bbc0332090aef3c8f30d960828122cdca')
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
 
+prepare() {
+    cd $pkgname-$pkgver
+    sed -i '/semigroups/d' $pkgname.cabal
+}
+
 build() {
     cd $pkgname-$pkgver
     



More information about the arch-commits mailing list