Date: Monday, May 10, 2021 @ 18:54:26 Author: felixonmars Revision: 929588
upgpkg: haskell-lsp-types 1.2.0.0-1 Modified: haskell-lsp-types/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-10 18:29:01 UTC (rev 929587) +++ PKGBUILD 2021-05-10 18:54:26 UTC (rev 929588) @@ -2,10 +2,10 @@ _hkgname=lsp-types pkgname=haskell-lsp-types -pkgver=1.1.0.0 -pkgrel=20 +pkgver=1.2.0.0 +pkgrel=1 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data types" -url="https://github.com/alanz/lsp" +url="https://github.com/haskell/lsp" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-dependent-sum' @@ -12,13 +12,13 @@ 'haskell-dependent-sum-template' 'haskell-hashable' 'haskell-hslogger' 'haskell-lens' 'haskell-network-uri' 'haskell-rope-utf16-splay' 'haskell-scientific' 'haskell-some' 'haskell-temporary' 'haskell-unordered-containers') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('a4f48e45e298d75635d5be816fc050d273f849d967f8654bd7b9a804396e93a6') +sha512sums=('c413f16dac35e7096e439cf7e1b8ec8f1c80b0a7dfea681512ff1dccf9e1d8a436bab38ce2c6ab15a584a5ebceebd96a85a5694ef30889df6275163843cef18a') prepare() { cd $_hkgname-$pkgver - sed -i '1i{-# LANGUAGE DataKinds #-}' src/Language/LSP/Types/Lens.hs + gen-setup } build() {
