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

Felix Yan felixonmars at archlinux.org
Wed Oct 28 09:17:25 UTC 2020


    Date: Wednesday, October 28, 2020 @ 09:17:25
  Author: felixonmars
Revision: 735288

upgpkg: stylish-haskell 0.12.0.0-7: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 09:16:50 UTC (rev 735287)
+++ PKGBUILD	2020-10-28 09:17:25 UTC (rev 735288)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.12.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell"
 license=("BSD")
@@ -10,7 +10,7 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc' 'haskell-ghc-boot' 'haskell-optparse-applicative'
          'haskell-strict' 'haskell-syb' 'haskell-hsyaml' 'haskell-hsyaml-aeson')
-makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
              'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('7f19deef1c17f418a02437a64b3ff75d9dd3608ccfa4f4a7b494200532897883bb6b7d2802e5a8eefd30e36dcd4be6926b7270e110064a4db6e1d732540300dd')
@@ -18,6 +18,7 @@
 prepare() {
     cd $pkgname-$pkgver
     sed -i -e 's/ghc-lib-parser/ghc, ghc-boot/' $pkgname.cabal
+    uusi $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list