Date: Friday, May 14, 2021 @ 14:43:19 Author: felixonmars Revision: 934127
upgpkg: haskell-swagger2 2.6-150: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7 Modified: haskell-swagger2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-14 14:39:30 UTC (rev 934126) +++ PKGBUILD 2021-05-14 14:43:19 UTC (rev 934127) @@ -4,7 +4,7 @@ _hkgname=swagger2 pkgname=haskell-swagger2 pkgver=2.6 -pkgrel=149 +pkgrel=150 pkgdesc="Swagger 2.0 data model" url="https://github.com/GetShopTV/swagger2" license=("BSD") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u QuickCheck -u aeson -u lens -u optics-core -u optics-th $_hkgname.cabal + uusi -u QuickCheck -u aeson -u hspec -u lens -u optics-core -u optics-th $_hkgname.cabal } build() {
