Date: Wednesday, February 12, 2020 @ 16:59:19 Author: felixonmars Revision: 569512
upgpkg: haskell-insert-ordered-containers 0.2.3-1: rebuild with insert-ordered-containers 0.2.3 Modified: haskell-insert-ordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-12 16:57:02 UTC (rev 569511) +++ PKGBUILD 2020-02-12 16:59:19 UTC (rev 569512) @@ -2,21 +2,21 @@ _hkgname=insert-ordered-containers pkgname=haskell-insert-ordered-containers -pkgver=0.2.2 -pkgrel=49 +pkgver=0.2.3 +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-semigroupoids' 'haskell-unordered-containers') + 'haskell-optics-core' 'haskell-optics-extra' 'haskell-semigroupoids' + 'haskell-unordered-containers') makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('b8ff0c00ed15c2496a9fb4e5356f53320b38a76f72b534a450067d9b26d1c758b6ada868ef66ddcede7916aa807aec942622cd45cf86143f114dc338a73a7f16') +sha512sums=('ed1bf7dfd2b432abf0b9344dd3a79485c19084b03a66088c3b0527e73f728f3acad67dde008815b4987006685a0b3ca0f4c07f29a6a2f06a63e8f98a0a932403') prepare() { sed -e '/semigroups/d' \ - -e 's/< *0.11/<1/' -e 's/< *4.13/<5/' -e 's/< *4.18/<5/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal }
