Date: Friday, July 2, 2021 @ 08:56:18 Author: felixonmars Revision: 970552
upgpkg: haskell-hiedb 0.3.0.1-47: rebuild with call-stack 0.4.0 Modified: haskell-hiedb/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-02 08:54:45 UTC (rev 970551) +++ PKGBUILD 2021-07-02 08:56:18 UTC (rev 970552) @@ -3,7 +3,7 @@ _hkgname=hiedb pkgname=haskell-hiedb pkgver=0.3.0.1 -pkgrel=46 +pkgrel=47 pkgdesc="Generates a references DB from .hie files" url="https://github.com/wz1000/HieDb" license=("BSD") @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-algebraic-graphs' 'haskell-ansi-terminal' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghc-paths' 'haskell-hie-compat' 'haskell-lucid' 'haskell-optparse-applicative' 'haskell-sqlite-simple') -makedepends=('ghc' 'haskell-hspec' 'haskell-temporary') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary') # https://github.com/wz1000/HieDb/pull/27 #source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") source=("https://github.com/wz1000/HieDb/archive/$pkgver/$pkgname-$pkgver.tar.gz" @@ -23,6 +23,7 @@ cd HieDb-$pkgver patch -p1 -i ../ghc9.patch sed -i 's/callProcess "ghc" \$/callProcess "ghc" $ "-dynamic" :/' test/Main.hs + uusi -u base $_hkgname.cabal } build() {
