Date: Saturday, February 20, 2021 @ 11:58:15 Author: felixonmars Revision: 866764
upgpkg: haskell-trifecta 2.1.1-2: rebuild with trifecta 2.1.1 Modified: haskell-trifecta/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-20 11:53:29 UTC (rev 866763) +++ PKGBUILD 2021-02-20 11:58:15 UTC (rev 866764) @@ -3,25 +3,21 @@ _hkgname=trifecta pkgname=haskell-trifecta -pkgver=2.1 -pkgrel=142 +pkgver=2.1.1 +pkgrel=2 pkgdesc="A modern parser combinator library with convenient diagnostics" -url="https://github.com/ekmett/trifecta/" +url="https://github.com/ekmett/trifecta" license=("BSD") arch=('x86_64') depends=('ghc-libs' "haskell-ansi-terminal" "haskell-blaze-builder" "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" "haskell-comonad" "haskell-fingertree" - "haskell-hashable" "haskell-lens" "haskell-parsers" 'haskell-prettyprinter' - 'haskell-prettyprinter-ansi-terminal' "haskell-profunctors" "haskell-reducers" - "haskell-unordered-containers" "haskell-utf8-string") -makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-quickcheck') + "haskell-hashable" 'haskell-indexed-traversable' "haskell-lens" "haskell-parsers" + 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' "haskell-profunctors" + "haskell-reducers" "haskell-unordered-containers" "haskell-utf8-string") +makedepends=('ghc' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('0929ee4a3d9a53c211b13a711814b4b6ea488ad40f373befdc7e8a479b2a95c4e97a19381873af54d377ff2af49782677fa2ea892ea69522c242e245debd3a25') +sha512sums=('7284c56a616f82e5d498a823eb316b1000f0da7a296a2d3af1c300fa12c573e09b12b1c71e312fe7036b492b14d46abcc2b29d50b792c3cc407ed85552c2ab48') -prepare() { - sed -i -e '/semigroups/d;s/< *0.17/<1/;s/< *0.11/<1/' $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
