Date: Monday, January 21, 2019 @ 17:56:55 Author: felixonmars Revision: 426256
upgpkg: haskell-http-api-data 0.4-1 rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1, http-api-data 0.4 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-21 17:46:39 UTC (rev 426255) +++ PKGBUILD 2019-01-21 17:56:55 UTC (rev 426256) @@ -3,23 +3,23 @@ _hkgname=http-api-data pkgname=haskell-http-api-data -pkgver=0.3.10 -pkgrel=11 +pkgver=0.4 +pkgrel=1 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters." url="https://github.com/fizruk/http-api-data" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-cookie' - 'haskell-hashable' 'haskell-http-types' 'haskell-time-locale-compat' - 'haskell-unordered-containers' 'haskell-uuid-types') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 'haskell-base-compat' + 'haskell-cookie' 'haskell-hashable' 'haskell-http-types' 'haskell-tagged' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-uuid-types') makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6a6cfbcd56f487aecb0d50edf1ae618d752cccfead81042e60d4cdac1b4f3585747b186ce03b97ee9e98a8dff3a1d73c7e5dcaa3d5def2d4f4d697d4db1711da') +sha512sums=('ac762af7a01dd859b6a4103cdab821fa37a04392941a492b5211336f0f227d7c2b3cc91058eb9f334090be69821e3bd20c16b8de39457a98dec5628454551f17') prepare() { cd $_hkgname-$pkgver - sed -i 's/< *2.6/<3/' $_hkgname.cabal + sed -i -e 's/< *2.7/<3/' -e '/nats/d' $_hkgname.cabal } build() {
