Date: Tuesday, December 1, 2020 @ 20:31:22 Author: felixonmars Revision: 767197
upgpkg: haskell-commonmark-extensions 0.2.0.4-1: rebuild with commonmark-extensions 0.2.0.4 Modified: haskell-commonmark-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-01 20:23:55 UTC (rev 767196) +++ PKGBUILD 2020-12-01 20:31:22 UTC (rev 767197) @@ -2,7 +2,7 @@ _hkgname=commonmark-extensions pkgname=haskell-commonmark-extensions -pkgver=0.2.0.3 +pkgver=0.2.0.4 pkgrel=1 pkgdesc="Pure Haskell commonmark parser" url="https://github.com/jgm/commonmark-hs" @@ -9,14 +9,14 @@ license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-commonmark' 'haskell-emojis') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('01a80f8ae3f9c2ff529f3aacc2c9f527af2507ac8b24d87223b95bf795bc60cde9cc55dfa39bd26450c003e3ed6fef1c8c29ad76d5b5d485c2bc0720fb167002') +sha512sums=('2e595dd6bfc582a783d42ae612a64917470b9fa737d9c445e83e30f7cf7500cd4d3ab5f254268cf9d7434dcd03bdaa88cd38bc4fc50d1423a2792e0d21ffe6e3') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup } build() {
