Date: Thursday, November 12, 2020 @ 21:44:12 Author: felixonmars Revision: 753775
upgpkg: haskell-servant-server 0.18.1-1: rebuild with servant 0.18 Modified: haskell-servant-server/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-12 21:39:12 UTC (rev 753774) +++ PKGBUILD 2020-11-12 21:44:12 UTC (rev 753775) @@ -3,8 +3,8 @@ _hkgname=servant-server pkgname=haskell-servant-server -pkgver=0.18 -pkgrel=36 +pkgver=0.18.1 +pkgrel=1 pkgdesc="A family of combinators for defining webservices APIs and serving them" url="https://haskell-servant.readthedocs.org/" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-base64-bytestring' 'haskell-http-api-data' 'haskell-http-media' 'haskell-http-types' 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 'haskell-servant' - 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged' + 'haskell-sop-core' 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged' 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-word8') makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-wai' 'haskell-should-not-typecheck' @@ -19,11 +19,10 @@ 'haskell-quickcheck' 'haskell-safe' 'haskell-wai-extra' 'haskell-temporary' 'haskell-transformers-compat') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('9a10338c4a9411649c03fc3407130a2b04ef8302bb4980770a7fef69ccf4983628c47c3e485f02826bca6fc83d6af945b9d1f44eea2ab8de9021e3542fa5a9f9') +sha512sums=('0870d2d1b50ca095471081244858ecafc34dad7d703a966b280d0b86df34245161e07afd6184fd47a39cf533306ff99330fd0356b30409daec34606cc78c9e08') prepare() { - cd $_hkgname-$pkgver - uusi $_hkgname.cabal + uusi $_hkgname-$pkgver/$_hkgname.cabal } build() {
