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

Felix Yan felixonmars at archlinux.org
Sat Nov 14 19:23:13 UTC 2020


    Date: Saturday, November 14, 2020 @ 19:23:13
  Author: felixonmars
Revision: 754146

upgpkg: haskell-ormolu 0.1.4.0-1

Modified:
  haskell-ormolu/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 19:03:12 UTC (rev 754145)
+++ PKGBUILD	2020-11-14 19:23:13 UTC (rev 754146)
@@ -2,21 +2,22 @@
 
 _hkgname=ormolu
 pkgname=haskell-ormolu
-pkgver=0.1.3.1
-pkgrel=5
+pkgver=0.1.4.0
+pkgrel=1
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/tweag/ormolu"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-dlist' 'haskell-ghc' 'haskell-ghc-boot' 'haskell-ghc-boot-th'
-         'haskell-gitrev' 'haskell-optparse-applicative' 'haskell-syb')
-makedepends=('ghc' 'haskell-hspec' 'haskell-path' 'haskell-path-io')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-diff' 'haskell-dlist' 'haskell-ghc'
+         'haskell-ghc-boot' 'haskell-ghc-boot-th' 'haskell-gitrev' 'haskell-optparse-applicative'
+         'haskell-syb')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-path' 'haskell-path-io')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('87f0c096d55156263532d7877aa296a4514127c1b776bf1483dd9464f96f2285e1c1a269dc563d5d9b1236b0a88fd9de97fc8d99ff01a065b99c5b3425ef5a7a')
+sha512sums=('93e9c85e2730d1245dacab68466169d59d416431dd0454301bd24674f48ed73a04c302ce9e307706e2eece1a949d1ce07445ef7d5a4fe1e7dc244e174a53fdc9')
 
 prepare() {
   cd $_hkgname-$pkgver
-  sed -i -e 's/ghc-lib-parser/ghc, ghc-boot, ghc-boot-th/' $_hkgname.cabal
+  uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th $_hkgname.cabal
   sed -i 's/using ghc-lib-parser/using ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs
 }
 



More information about the arch-commits mailing list