Date: Thursday, September 29, 2022 @ 20:19:50 Author: felixonmars Revision: 1317053
upgpkg: haskell-ghcide 1.5.0-1: rebuild with ghcide 1.5.0, haskell-language-server 1.5.0.0, hls-call-hierarchy-plugin 1.0.1.1, hls-eval-plugin 1.2.0.1, hls-explicit-imports-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.1.1, hls-graph 1.5.1.0, hls-hlint-plugin 1.0.2.0, hls-ormolu-plugin 1.0.1.1, hls-plugin-api 1.2.0.2, hls-retrie-plugin 1.0.1.3, hls-stylish-haskell-plugin 1.0.0.3, hls-test-utils 1.1.0.1 Modified: haskell-ghcide/trunk/PKGBUILD haskell-ghcide/trunk/ghcide-aeson-2.patch ----------------------+ PKGBUILD | 17 +++++++++-------- ghcide-aeson-2.patch | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 20:05:05 UTC (rev 1317052) +++ PKGBUILD 2022-09-29 20:19:50 UTC (rev 1317053) @@ -2,8 +2,8 @@ _hkgname=ghcide pkgname=haskell-ghcide -pkgver=1.4.2.3 -pkgrel=63 +pkgver=1.5.0 +pkgrel=1 pkgdesc="The core of an IDE" url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme" license=("Apache") @@ -21,18 +21,19 @@ 'haskell-network-uri' 'haskell-opentelemetry' 'haskell-optparse-applicative' 'haskell-parallel' 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-regex-tdfa' 'haskell-retrie' 'haskell-rope-utf16-splay' 'haskell-safe' - 'haskell-safe-exceptions' 'haskell-sorted-list' 'haskell-sqlite-simple' 'haskell-syb' - 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-unordered-containers' - 'haskell-utf8-string' 'haskell-vector' 'haskell-vector-algorithms') + 'haskell-safe-exceptions' 'haskell-shake' 'haskell-sorted-list' 'haskell-sqlite-simple' + 'haskell-syb' 'haskell-tasty-hunit' 'haskell-unliftio' 'haskell-unliftio-core' + 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' + 'haskell-vector-algorithms') makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-ghc-typelits-knownnat' 'haskell-implicit-hie' 'haskell-quickcheck-instances' 'haskell-record-dot-preprocessor' 'haskell-record-hasfield' 'haskell-tasty' 'haskell-tasty-expected-failure' - 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-rerun') + 'haskell-tasty-quickcheck' 'haskell-tasty-rerun') checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz" ghcide-aeson-2.patch) -sha512sums=('f57bd36ef6df459271f182f68904c9b0f67e70333d9f6bf6bc29cd5cf430265083a2f53087072c420a678872a6844d6f5679b36906067104f158bfa100484fe2' - '2520a9709f54c7e4e3adab32fc55074cfe783c89c472fa54c7abcc485c2ae6109187237dfcb8cac2b0d84bd4c58276ad3471d994f0d5aa61e1bb733cd9c73fa4') +sha512sums=('c60520f164093219f33a0a137ce09439459346dfad03b7bf3f5d61d23291ca722a9db1d6373fe6aa6dbaa193f1e838f93c39064b1c74ec3199c4bf95db8a9a12' + '78c9601d0ea31ec73f6d1bb08dcbfd1d09d47649eaa07b3ec8808723bb727cf65ad5ac6ae1e709c84448a58a1061840e34b5c2e9e6a88dff3d584f070a8b4b1e') prepare() { cd $_hkgname-$pkgver Modified: ghcide-aeson-2.patch =================================================================== --- ghcide-aeson-2.patch 2022-09-29 20:05:05 UTC (rev 1317052) +++ ghcide-aeson-2.patch 2022-09-29 20:19:50 UTC (rev 1317053) @@ -146,9 +146,9 @@ import Data.Hashable import Data.String (IsString (fromString)) -import Data.Text (Text) - import Development.IDE.GHC.Compat - import Development.IDE.GHC.Util - import GHC () + + -- Orphan instances for types from the GHC API. + instance Show CoreModule where show = prettyPrint @@ -122,7 +121,7 @@ instance NFData RealSrcSpan where rnf = rwhnf
