Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-ghcide
Commits:
02a11f07 by Felix Yan at 2024-02-27T13:51:55+00:00
upgpkg: 1.9.1.0-62: remove unused dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-ghcide
pkgdesc = The core of an IDE
pkgver = 1.9.1.0
- pkgrel = 61
+ pkgrel = 62
url =
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
arch = x86_64
license = Apache
@@ -15,8 +15,6 @@ pkgbase = haskell-ghcide
makedepends = haskell-lsp-test
makedepends = haskell-monoid-subclasses
makedepends = haskell-network-uri
- makedepends = haskell-record-dot-preprocessor
- makedepends = haskell-record-hasfield
makedepends = haskell-shake
makedepends = haskell-tasty
makedepends = haskell-tasty-expected-failure
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=ghcide
pkgname=haskell-ghcide
pkgver=1.9.1.0
-pkgrel=61
+pkgrel=62
pkgdesc="The core of an IDE"
url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme"
license=("Apache")
@@ -24,9 +24,8 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-glob'
'haskell-aeson' 'haskell-aeson
'haskell-unliftio-core' 'haskell-unordered-containers'
'haskell-vector')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-fuzzy'
'haskell-ghc-typelits-knownnat'
'haskell-implicit-hie' 'haskell-lsp-test'
'haskell-monoid-subclasses'
- 'haskell-network-uri' 'haskell-record-dot-preprocessor'
'haskell-record-hasfield'
- 'haskell-shake' 'haskell-tasty' 'haskell-tasty-expected-failure'
'haskell-tasty-hunit'
- 'haskell-tasty-quickcheck' 'haskell-tasty-rerun')
+ 'haskell-network-uri' 'haskell-shake' 'haskell-tasty'
'haskell-tasty-expected-failure'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
'haskell-tasty-rerun')
checkdepends=('cabal-install')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha512sums=('479445c40a23d42adb4d4af5baefbcd26e19e38d17e8132d00b34139a2dc1370fd55aaa1548dd609ded92b1157e621aa6745d6187e9805a21d04c99a9e7ae26f')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/02a11f07bdcd6b3d88942e7c9e1ea93763ae7a5d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-ghcide/-/commit/02a11f07bdcd6b3d88942e7c9e1ea93763ae7a5d
You're receiving this email because of your account on gitlab.archlinux.org.