Date: Friday, March 19, 2021 @ 14:39:20 Author: felixonmars Revision: 894608
upgpkg: haskell-parameterized-utils 2.1.2.0-1: rebuild with parameterized-utils 2.1.2.0 Modified: haskell-parameterized-utils/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-19 14:38:14 UTC (rev 894607) +++ PKGBUILD 2021-03-19 14:39:20 UTC (rev 894608) @@ -2,8 +2,8 @@ _hkgname=parameterized-utils pkgname=haskell-parameterized-utils -pkgver=2.1.1 -pkgrel=78 +pkgver=2.1.2.0 +pkgrel=1 pkgdesc="Classes and data structures for working with data-kind indexed types" url="https://github.com/GaloisInc/parameterized-utils" license=('BSD') @@ -13,12 +13,12 @@ makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit' 'haskell-tasty-hedgehog') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('dd1b091f49c8f9e22328537896648f144c2cc3578c66007709281da0a51f32df9f21034d52e1506c8ec801f2c5387f5bf755dee2e5ecdea3b2a64239f0fdc5a5') +sha512sums=('a4527bcbc732118fdfe9485828c69edbb821659e761623f079120096e216e29bc37276554099e96e00f9c777c908518407759f87d94e49dc6c8a9c2780546a28') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs - uusi $_hkgname.cabal + gen-setup + uusi -u constraints -u tasty $_hkgname.cabal } build() {
