-
Notifications
You must be signed in to change notification settings - Fork 41
/
homepage.html
112 lines (112 loc) · 4.87 KB
/
homepage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<a href="https://github.com/fpco/stackage-server">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
<style>
.navbar { display: none; }
.quickstart { padding-top: 0; margin-top: 1em; }
.quickstart pre { background: #eee; font-family: "ubuntu mono", monospace; text-shadow: none; }
body { padding-top: 2em; }
.content li { line-height: 1.7em; }
.brws-pkgs { font-size: 14px; margin-left: 5px }
</style>
<div class="content">
<div class="container">
<div class="row">
<div class="span6">
<a .logo>
<img src="/static/img/logo.png" style="width: 300px; margin-bottom: 1em">
</a>
</div>
<div class="span6">
<form class="hoogle" action="/lts/hoogle">
<div class="input-append hoogle-q">
<input class="search span3" type="search" autofocus="" name="q"
value="" placeholder="E.g. map, a -> a, etc.">
<button class="btn" type="submit">Search</button>
<span class="brws-pkgs">or <a href="/lts">browse packages</a></span>
</div>
<label class="checkbox exact-lookup" for="exact" title="Only find identifiers matching your search term precisely">
<input type="checkbox" name="exact" id="exact">
Exact lookup
</label>
</form>
</div>
</div>
<div class="row">
<div class="span12">
<p>
Stackage is a stable source of <a href="https://haskell-lang.org/">Haskell</a> packages. We guarantee that
packages build consistently and pass tests before generating nightly and Long Term Support (LTS)
releases.
</p>
</div>
</div>
<div class="row">
<div class="span6">
<h2>Users</h2>
<p>
You browse the latest long term support
(<a href="https://github.com/fpco/lts-haskell#readme">what
are Long Term Support releases?</a>) release, or the latest
bleeding-edge nightly release.
</p>
<ul>
<li>
<a href="/lts">LTS Haskell</a>
<a href="/feed/lts"><img src="https://cdnjs.cloudflare.com/ajax/libs/webicons/2.0.0/webicons/webicon-rss-s.png" alt="LTS Haskell Release Feed"></a>
</li>
<li>
<a href="/nightly">Stackage Nightly</a>
<a href="/feed/nightly"><img src="https://cdnjs.cloudflare.com/ajax/libs/webicons/2.0.0/webicons/webicon-rss-s.png" alt="Stackage Nightly Release Feed"></a>
</li>
</ul>
<p>
<a href="http://haskellstack.org">Stack</a> uses LTS Haskell
and Stackage Nightly out of the box.
</p>
</div>
<div class="span6">
<h2>Authors</h2>
<p>For package authors to contribute to Stackage, follow these instructions:</p>
<ul>
<li><a href="https://github.com/fpco/stackage/edit/master/build-constraints.yaml">Edit the build-constraints.yaml</a> file to add your packages,
following the same format as other contributors</li>
<li>Choose "Create a new branch for this commit"</li>
<li>Click "Propose file change"</li>
<li>If there are any issues building your packages, one of the
Stackage maintainers will contact you with more
information.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span6">
<h2>Community and support</h2>
<p>
You can discuss Stackage
on <a href="https://groups.google.com/d/forum/stackage">the
Google group</a> and report issues about Stackage itself <a href="https://github.com/fpco/stackage">here</a> and issues about stackage.org <a href="https://github.com/fpco/stackage-server">here</a>.
</p>
<p>
There is also #haskell-stack channel on freenode.
</p>
</div>
<div class="span6">
<h2>Commercial Haskell</h2>
<p>
Stackage is part of an initiative
by <a href="http://commercialhaskell.com">the commercial
Haskell group</a>. More information on the architecture of
Stackage can be found <a href="https://github.com/fpco/stackage#readme">here.</a>
</p>
<p>
FP Complete offer custom installations for businesses who
want to build their development platform upon Stackage. If
you're considering this for your business and want to find
out more, please email us at:
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</div>