Date: Sunday, March 7, 2021 @ 23:28:44 Author: felixonmars Revision: 886862
upgpkg: haskell-insert-ordered-containers 0.2.4-1: rebuild with insert-ordered-containers 0.2.4 Modified: haskell-insert-ordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-07 23:20:15 UTC (rev 886861) +++ PKGBUILD 2021-03-07 23:28:44 UTC (rev 886862) @@ -2,22 +2,21 @@ _hkgname=insert-ordered-containers pkgname=haskell-insert-ordered-containers -pkgver=0.2.3.1 -pkgrel=123 +pkgver=0.2.4 +pkgrel=1 pkgdesc="Associative containers retating insertion order for traversals." url="https://github.com/phadej/insert-ordered-containers" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 'haskell-lens' - 'haskell-optics-core' 'haskell-optics-extra' 'haskell-semigroupoids' - 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') +depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' + 'haskell-indexed-traversable' 'haskell-lens' 'haskell-optics-core' 'haskell-optics-extra' + 'haskell-semigroupoids' 'haskell-unordered-containers') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('38455a09de253d1082f09aa75f1cd8cc899c7412b51bb3e3e1eaa6a1caa50a8430c0d89c57b9392fc6aba62301add9056c231e1f83c755a8300423de7a980e6e') +sha512sums=('808536157119a2a7547b96194e5b032f4489b355ebe3dec59e2e5b507be084f51a41d793ae68c912e07fc0c157465d8840dbf444f98e19635ccc8061d150530a') prepare() { - sed -e '/semigroups/d;s/< *1/<2/' \ - -i ${_hkgname}-${pkgver}/${_hkgname}.cabal + uusi -d semigroups ${_hkgname}-${pkgver}/${_hkgname}.cabal } build() {
