Date: Saturday, May 19, 2018 @ 06:29:58 Author: felixonmars Revision: 324371
upgpkg: haskell-uri-bytestring 0.3.1.1-15 rebuild with base-compat,0.10.1 aeson,1.3.1.1 Modified: haskell-uri-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-19 06:27:29 UTC (rev 324370) +++ PKGBUILD 2018-05-19 06:29:58 UTC (rev 324371) @@ -4,7 +4,7 @@ _hkgname=uri-bytestring pkgname=haskell-uri-bytestring pkgver=0.3.1.1 -pkgrel=14 +pkgrel=15 pkgdesc="Haskell URI parsing as ByteStrings" url="https://github.com/Soostone/uri-bytestring" license=('custom:BSD3') @@ -12,12 +12,12 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-th-lift-instances') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-base-compat' 'haskell-quickcheck-instances' - 'haskell-semigroups' 'haskell-generics-sop') + 'haskell-generics-sop') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('a2f154e74e3c74ecf8f5934fe5e917b4d7a7c0ab712ca86da41adebb3da9d7e723275a9fc220dce7d1d065855d217c9462aedabd8844731228e45e0ef7af1ccc') prepare() { - sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal + sed -e '/fail/d' -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal } build() {
