Date: Saturday, July 17, 2021 @ 09:30:21 Author: felixonmars Revision: 978063
upgpkg: haskell-servant 0.18.3-3: rebuild with mmorph 1.2.0 Modified: haskell-servant/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-17 09:16:53 UTC (rev 978062) +++ PKGBUILD 2021-07-17 09:30:21 UTC (rev 978063) @@ -4,7 +4,7 @@ _hkgname=servant pkgname=haskell-servant pkgver=0.18.3 -pkgrel=2 +pkgrel=3 pkgdesc="A family of combinators for defining webservices APIs" url="http://haskell-servant.readthedocs.org/" license=("BSD") @@ -14,10 +14,15 @@ 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 'haskell-network-uri' 'haskell-quickcheck' 'haskell-tagged' 'haskell-sop-core' 'haskell-singleton-bool' 'haskell-string-conversions' 'haskell-vault') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck-instances') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('818569dc38fdb5df5a489c4a6622e65698439fbf8c24d4969a84728a1acd33966aeb55300c2d9e2381d59328fc12e9867d37b83a1fbb1e3b59b386700abc595e') +prepare() { + cd $_hkgname-$pkgver + uusi -u mmorph $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
