gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/hls-overloaded-record-dot-plugin

Overloaded record dot plugin for Haskell Language Server

Screenshots

  • hls-overloaded-record-dot-plugin-2.6.0.0
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell

ChangeLog

commit 275729d614adee6e741c5669e2bf025a64b3d12e
Author: hololeap <hololeap@protonmail.com>
Date: Fri May 10 11:31:12 2024 -0600

dev-haskell/*: Tighten deps for old HLS packages

The new haskell-language-server versions combine the various plugin
packages into the main HLS package. This means that hls-*-plugin
packages are outdated and will eventually be removed. By tightening the
dependencies on the old HLS packages, we ensure that they will not be
pulled into the dependency graph as subslot rebuilds when remaining HLS
packages are updated.

Signed-off-by: hololeap <hololeap@protonmail.com>

commit beed467900c8a3b86eb32cdc417946732577768d
Author: hololeap <hololeap@protonmail.com>
Date: Sun Feb 11 13:43:11 2024 -0700

dev-haskell/hls-overloaded-record-dot-plugin: add 2.6.0.0, drop 2.4.0.0

Signed-off-by: hololeap <hololeap@protonmail.com>

commit 12299e8d52d6d2bcd87c68ba74d4cbde932ef021
Author: hololeap <hololeap@protonmail.com>
Date: Fri Oct 13 13:35:52 2023 -0600

dev-haskell/hls-overloaded-record-dot-plugin: add 2.4.0.0, drop 2.0.0.1

Signed-off-by: hololeap <hololeap@protonmail.com>

commit f44019690354ef82760c11b480c0ad227317199e
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Jul 27 20:29:52 2023 -0600

dev-haskell/hls-overloaded-record-dot-plugin: Fix dependencies

Hackport did not add the dependencies correctly. The fix was to manually
edit the .cabal file like so (and then run `hackport make-ebuild ...`):

@@ -23,10 +23,6 @@

library
import: warnings
- if impl(ghc < 9.2)
- buildable: False
- else
- buildable: True
exposed-modules: Ide.Plugin.OverloadedRecordDot
build-depends:
, base >=4.16 && <5
@@ -47,10 +43,6 @@

test-suite tests
import: warnings
- if impl(ghc < 9.2)
- buildable: False
- else
- buildable: True
default-language: GHC2021
type: exitcode-stdio-1.0
hs-source-dirs: test

Bug: https://github.com/gentoo-haskell/hackport/issues/116
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1465
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 018c8444be5e3cee0cac7cf7210db4a0e6508c67
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jul 11 23:09:32 2023 -0600

dev-haskell/hls-overloaded-record-dot-plugin: new package, add 2.0.0.1

Signed-off-by: hololeap <hololeap@users.noreply.github.com>