We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8cf8f commit 72e94c3Copy full SHA for 72e94c3
cabal.project
@@ -23,6 +23,7 @@ packages:
23
./plugins/hls-module-name-plugin
24
./plugins/hls-ormolu-plugin
25
./plugins/hls-cabal-fmt-plugin
26
+
27
tests: true
28
29
package *
@@ -35,6 +36,19 @@ source-repository-package
35
36
location: https://github.com/hsyl20/ghc-api-compat
37
tag: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15
38
39
+-- stylish haskell
40
+source-repository-package
41
+ type: git
42
+ location: https://github.com/VeryMilkyJoe/stylish-haskell
43
+ tag: 9279aad535de624fca990ed50f010a1743c0043a
44
45
+-- cabal-fmt
46
47
48
+ location: https://github.com/VeryMilkyJoe/cabal-fmt
49
+ tag: 440a6ad7683b81b8479d79a74a1fa8d79ca5c706
50
51
52
write-ghc-environment-files: never
53
54
index-state: 2021-07-14T20:31:09Z
0 commit comments