Date: Thursday, February 4, 2021 @ 20:13:42 Author: felixonmars Revision: 845515
upgpkg: haskell-rio 0.1.20.0-1: rebuild with rio 0.1.20.0 Modified: haskell-rio/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-04 20:11:05 UTC (rev 845514) +++ PKGBUILD 2021-02-04 20:13:42 UTC (rev 845515) @@ -2,8 +2,8 @@ _hkgname=rio pkgname=haskell-rio -pkgver=0.1.19.0 -pkgrel=45 +pkgver=0.1.20.0 +pkgrel=1 pkgdesc="A standard library for Haskell" url="https://github.com/commercialhaskell/rio" license=('MIT') @@ -11,13 +11,13 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-primitive' 'haskell-typed-process' 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('351f5ee31865e299b79f06484d2de88f2a3e49d1703d3ee6cdd9934eb0b3903c6b19a6c75cab76ec8b583d9a8f1986ad04dbfa19369dc0807ddd5c1d2fcf55e4') +sha512sums=('a8c82076b5538601fcd845cb667a1ada276c99b03dc3be9454ab318a8770d822c44e9051422b5c219391e2a502d762a36d742f43244e8736854c5d4e3708d868') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup } build() {
