Date: Thursday, February 18, 2021 @ 23:43:00 Author: felixonmars Revision: 865324
upgpkg: haskell-hie-bios 0.7.3-1: rebuild with hie-bios 0.7.3 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-18 22:54:14 UTC (rev 865323) +++ PKGBUILD 2021-02-18 23:43:00 UTC (rev 865324) @@ -2,8 +2,8 @@ _hkgname=hie-bios pkgname=haskell-hie-bios -pkgver=0.7.2 -pkgrel=20 +pkgver=0.7.3 +pkgrel=1 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -10,13 +10,13 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptohash-sha1' 'haskell-extra' 'haskell-file-embed' - 'haskell-hslogger' 'haskell-temporary' 'haskell-unix-compat' 'haskell-unordered-containers' - 'haskell-vector' 'haskell-yaml') + 'haskell-hslogger' 'haskell-optparse-applicative' 'haskell-temporary' + 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') makedepends=('ghc' 'haskell-hspec-expectations' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('48b57343528365a5ef069c75f0747923804e0a842076d8f777d3594cdc4cce31') +sha512sums=('aba9e5e9db2b56620b565ad03f278fc63b86bff7c5f9f402ea148345d7827c64daa751ffb4bd40da3ec1859349787e443faaeac1fc602abb5cfa18d55d3b36cb') prepare() { cd $_hkgname-$pkgver
