forked from haskell/cabal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
37 lines (31 loc) · 1.22 KB
/
code.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link href="nominolo.css" type="text/css" rel="stylesheet">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>The Haskell Cabal | Getting the Code</title>
</head>
<body>
<h1 class="mainheader">The Haskell Cabal <span class="subheading">| Getting the Code</span></h1>
<h2>Version Control</h2>
<p>Cabal has a <a href="http://www.git-scm.com">git</a> repository on github.com.</p>
<p><b>Note:</b> the <span class="inline-code">cabal-install</span> package now lives in the same
repository as the <span class="inline-code">Cabal</span> library package (older versions had
separate repos).</p>
<ul>
<li>
Github homepage:<br>
<span class="inline-code"><a href="https://github.com/haskell/cabal/">https://github.com/haskell/cabal/</a></span>
</li>
<br/>
<li>
Clone the repo read-only:<br>
<span class="inline-code">git clone git://github.com/haskell/cabal.git</span>
</li>
<br/>
<li>The current Hackage website:<br>
<span class="inline-code"><a href="https://github.com/haskell/cabal/">https://github.com/haskell/hackage-server/</a></span>
</li>
</ul>
</body>
</html>