Skip to content

Commit 63e54f1

Browse files
committed
Update project config files
1 parent 1c1a7d0 commit 63e54f1

12 files changed

+16
-0
lines changed

hie-cabal.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ cradle:
5959

6060
- path: "./plugins/hls-explicit-imports-plugin/src"
6161
component: "hls-explicit-imports-plugin"
62+
63+
- path: "./plugins/hls-haddock-comments-plugin/src"
64+
component: "hls-haddock-comments-plugin"

hie-stack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ cradle:
5555

5656
- path: "./plugins/tactics/test"
5757
component: "hls-tactics-plugin:test:tests"
58+
59+
- path: "./plugins/hls-haddock-comments-plugin/src"
60+
component: "hls-haddock-comments-plugin:lib"

nix/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ let
2424
hls-hlint-plugin = gitignoreSource ../plugins/hls-hlint-plugin;
2525
hls-explicit-imports-plugin = gitignoreSource ../plugins/hls-explicit-imports-plugin;
2626
hls-retrie-plugin = gitignoreSource ../plugins/hls-retrie-plugin;
27+
hls-haddock-comments-plugin = gitignoreSource ../plugins/hls-haddock-comments-plugin;
2728
});
2829
in
2930
{

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
3333
p.hls-hlint-plugin
3434
p.hls-explicit-imports-plugin
3535
p.hls-retrie-plugin
36+
p.hls-haddock-comments-plugin
3637
];
3738

3839
isSupported = compiler == "default" || compiler == defaultCompiler;

stack-8.10.1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack-8.10.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack-8.6.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ packages:
1010
- ./plugins/hls-hlint-plugin
1111
- ./plugins/hls-explicit-imports-plugin
1212
- ./plugins/hls-retrie-plugin
13+
- ./plugins/hls-haddock-comments-plugin
1314

1415
ghc-options:
1516
"$everything": -haddock

stack-8.6.5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack-8.8.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack-8.8.3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack-8.8.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
- ./plugins/hls-hlint-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-retrie-plugin
12+
- ./plugins/hls-haddock-comments-plugin
1213

1314
ghc-options:
1415
"$everything": -haddock

0 commit comments

Comments
 (0)