... | ... | @@ -2,14 +2,11 @@ |
|
|
|
|
|
GHC runs on GitLab: https://gitlab.haskell.org/ghc/ghc
|
|
|
|
|
|
## Small change
|
|
|
|
|
|
The simplest way to contribute patches is using the GitLab web interface. If you find a file under the
|
|
|
A small
|
|
|
|
|
|
* [*libraries*](https://gitlab.haskell.org/ghc/ghc/tree/master/libraries)
|
|
|
* [*users guide*](https://gitlab.haskell.org/ghc/ghc/tree/master/docs/users_guide)
|
|
|
## Small change
|
|
|
|
|
|
like [`libraries/base/Control/Monad.hs`](https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/Control/Monad.hs) you can click **Edit** which takes you to an online editor:
|
|
|
The simplest way to contribute patches is using the GitLab web interface. To write a patch for [`Control.Monad`](https://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Monad.html) you would go to [`libraries/base/Control/Monad.hs`](https://gitlab.haskell.org/ghc/ghc/blob/master/libraries/base/Control/Monad.hs) where the **Edit** button takes you to an online editor:
|
|
|
|
|
|
![Screenshot_from_2019-07-15_14-17-52](uploads/8da929b4c0df53ced9d952d2fa6748b1/Screenshot_from_2019-07-15_14-17-52.png)
|
|
|
|
... | ... | |