Date: Sunday, November 6, 2022 @ 23:01:33 Author: felixonmars Revision: 1345636
upgpkg: haskell-breakpoint 0.1.1.0-1: rebuild with breakpoint 0.1.1.0 Modified: haskell-breakpoint/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-06 22:58:11 UTC (rev 1345635) +++ PKGBUILD 2022-11-06 23:01:33 UTC (rev 1345636) @@ -2,16 +2,16 @@ _hkgname=breakpoint pkgname=haskell-breakpoint -pkgver=0.1.0.0 -pkgrel=9 +pkgver=0.1.1.0 +pkgrel=1 pkgdesc="Set breakpoints using a GHC plugin" url="https://hackage.haskell.org/package/breakpoint" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-ghc') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ghc' 'haskell-pretty-simple') makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('675e9886d23bd44949b26820d040f1a7a9540a1b347418d0e73f5487eae26285') +sha256sums=('a55433b5d7d5481a8d2754d1e1e764108acb41e44e0c2b8633ccdd26205b714b') prepare() { cd $_hkgname-$pkgver
