Merge pull request #186458 from phijor/haskellPackages/nvim-hs-contrib-v2.0.0.1
haskellPackages: unbreak `nvim-hs-contrib`
This commit is contained in:
commit
7528dfebb5
2 changed files with 0 additions and 3 deletions
|
@ -3525,7 +3525,6 @@ broken-packages:
|
||||||
- numhask-histogram
|
- numhask-histogram
|
||||||
- numhask-prelude
|
- numhask-prelude
|
||||||
- Nutri
|
- Nutri
|
||||||
- nvim-hs-contrib
|
|
||||||
- NXTDSL
|
- NXTDSL
|
||||||
- nyan-interpolation-core
|
- nyan-interpolation-core
|
||||||
- nylas
|
- nylas
|
||||||
|
|
|
@ -203714,8 +203714,6 @@ self: {
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "Haskell plugin backend for neovim";
|
description = "Haskell plugin backend for neovim";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"nvim-hs-ghcid" = callPackage
|
"nvim-hs-ghcid" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue