File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,16 @@ Ways to build `cabal-install` for everyday use
70
70
if you don't have a pre-existing version of `cabal-install`,
71
71
look into the [`bootstrap`](bootstrap) directory.
72
72
73
+ Learn how to use `cabal` and get support
74
+ ----------------------------------------
75
+
76
+ `cabal` comes with a thorough [User Manual](https://cabal.readthedocs.io).
77
+ If you are new to `cabal` and want to quickly learn the basics, check
78
+ [Getting Started With Haskell and Cabal](https://cabal.readthedocs.io/en/latest/getting-started.html).
79
+
80
+ Got questions? Ask in [Haskell Matrix](https://matrix.to/#/#haskell:matrix.org)
81
+ (online chat) or [Haskell Discourse](https://discourse.haskell.org).
82
+
73
83
Build for hacking and contributing to cabal
74
84
-------------------------------------------
75
85
You can’t perform that action at this time.
0 commit comments