Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
haskell-wasm
GHC
Commits
2fb8da2b
Commit
2fb8da2b
authored
12 years ago
by
Austin Seipp
Browse files
Options
Downloads
Patches
Plain Diff
Add more notes on hacking and filing bugs to README.md
Signed-off-by:
Austin Seipp
<
aseipp@pobox.com
>
parent
d925639a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+48
-19
48 additions, 19 deletions
README.md
with
48 additions
and
19 deletions
README.md
+
48
−
19
View file @
2fb8da2b
...
...
@@ -79,22 +79,51 @@ repos in sync with the [sync-all script] [7]. To get the latest changes:
$ ./sync-all pull
$ ./sync-all get
Contributors
============
Please see the list of
[
GHC contributors
](
http://www.haskell.org/ghc/contributors.html
"www.haskell.org/ghc/contributors.html"
)
.
[
1
]:
http://www.haskell.org/ghc/
"www.haskell.org/ghc/"
[
2
]:
http://hackage.haskell.org/trac/ghc
"hackage.haskell.org/trac/ghc"
[
3
]:
http://hackage.haskell.org/trac/ghc/wiki/Building
"hackage.haskell.org/trac/ghc/wiki/Building"
[
4
]:
http://www.haskell.org/happy/
"www.haskell.org/happy/"
[
5
]:
http://www.haskell.org/alex/
"www.haskell.org/alex/"
[
6
]:
http://www.haskell.org/haddock/
"www.haskell.org/haddock/"
[
7
]:
http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll
"http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll"
[
8
]:
http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation
"http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation"
[
9
]:
http://www.haskell.org/cabal/
"http://www.haskell.org/cabal/"
Filing bugs and feature requests
================================
If you've encountered what you believe is a bug in GHC, or you'd like
to propose a feature request, please let us know! Submit a ticket in
our [bug tracker] [10] and we'll be sure to look into it. Remember:
**
Filing a bug is the best way to make sure your issue isn't lost over
time
**
, so please feel free.
If you're an active user of GHC, you may also be interested in joining
the [glasgow-haskell-users] [11] mailing list, where developers and
GHC users discuss various topics and hang out.
Hacking & Developing GHC
========================
Once you've filed a bug, maybe you'd like to fix it yourself? That
would be great, and we'd surely love your company! If you're looking
to hack on GHC, check out the guidelines in the
`HACKING.md`
file in
this directory - they'll get you up to speed quickly.
Contributors & Acknowledgements
===============================
GHC in its current form wouldn't exist without the hard work of
[its many contributors] [12]. Over time, it has grown to include the
efforts and research of many institutions, highly talented people, and
groups from around the world. We'd like to thank them all, and invite
you to join!
[
1
]:
http://www.haskell.org/ghc/
"www.haskell.org/ghc/"
[
2
]:
http://hackage.haskell.org/trac/ghc
"hackage.haskell.org/trac/ghc"
[
3
]:
http://hackage.haskell.org/trac/ghc/wiki/Building
"hackage.haskell.org/trac/ghc/wiki/Building"
[
4
]:
http://www.haskell.org/happy/
"www.haskell.org/happy/"
[
5
]:
http://www.haskell.org/alex/
"www.haskell.org/alex/"
[
6
]:
http://www.haskell.org/haddock/
"www.haskell.org/haddock/"
[
7
]:
http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll
"http://hackage.haskell.org/trac/ghc/wiki/Building/SyncAll"
[
8
]:
http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation
"http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation"
[
9
]:
http://www.haskell.org/cabal/
"http://www.haskell.org/cabal/"
[
10
]:
http://hackage.haskell.org/trac/ghc/
"http://hackage.haskell.org/trac/ghc/"
[
11
]:
http://www.haskell.org/pipermail/glasgow-haskell-users/
"http://www.haskell.org/pipermail/glasgow-haskell-users/"
[
12
]:
http://hackage.haskell.org/trac/ghc/wiki/Contributors
"http://hackage.haskell.org/trac/ghc/wiki/Contributors"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment