forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/haskell-language-server: add 2.4.0.0, drop 2.0.0.1
Signed-off-by: hololeap <[email protected]>
- Loading branch information
Showing
5 changed files
with
77 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST haskell-language-server-2.0.0.1.tar.gz 90696 BLAKE2B 7264d4f9f5fd37237d6686b2d2dae75a777a4f36208248498d970aa48b6d40b13bd2b22799347d2d486e9c60af1128e5e9a5937f852b114e0eebfa777c2a281e SHA512 03f6651d28a1474d3a52a80991592e201e6b611db306b34d437b4e3cbc6d1050a694f1f135d03efd0613769c0d8ffae2abfc8e6291fbdff46cf148ad9b515b46 | ||
DIST haskell-language-server-2.4.0.0.tar.gz 77669 BLAKE2B afe80bed3fd2634fbf8e1e09145f252fc968cbd1a7cc16a8c08e7bc6f73064578af4d7797acd2069db668e0374894f33ae7e31016cfe50405be9e39b750b6807 SHA512 a6982d19c06d3f7c89a31de0f97284b5f9dac63c58ba12c0020ca67f981257041982cc0fb22a957d5e0caa7f3e92da7c18e58adb73fde4bd62c547dfa523f33b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# hololeap <[email protected]> (2021-01-30) | ||
# Formatters for dev-util/haskell-language-server | ||
# (Updated 2023-07-16) | ||
# (Updated 2023-10-13) | ||
|
||
brittany - Enable brittany formatter | ||
cabal-fmt - Enable cabalFmt formatter | ||
floskell - Enable floskell formatter | ||
fourmolu - Enable fourmolu formatter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# hololeap <[email protected]> (2021-01-30) | ||
# Plugins for dev-util/haskell-language-server | ||
# (Updated 2023-07-16) | ||
# (Updated 2023-10-13) | ||
|
||
alternate-number-format - Enable Alternate Number Format plugin | ||
cabal - Enable cabal plugin | ||
|
@@ -12,15 +12,12 @@ eval - Enable eval plugin | |
explicit-fields - Enable explicit-fields plugin | ||
explicit-fixity - Enable explicit-fixity plugin | ||
gadt - Enable GADT plugin | ||
haddock-comments - Enable haddock comments plugin | ||
hlint - Enable hlint plugin | ||
import-lens - Enable importLens plugin | ||
module-name - Enable moduleName plugin | ||
overloaded-record-dot - Enable overloadedRecordDot plugin | ||
pragmas - Enable pragmas plugin | ||
qualify-imported-names - Enable qualifyImportedNames plugin | ||
refine-imports - Enable refineImports plugin | ||
rename - Enable rename plugin | ||
retrie - Enable retrie plugin | ||
splice - Enable splice plugin | ||
wingman - Enable wingman plugin |