File: download.html

package info (click to toggle)
hat 2.02-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,296 kB
  • ctags: 668
  • sloc: haskell: 64,394; ansic: 6,112; sh: 888; makefile: 451
file content (177 lines) | stat: -rw-r--r-- 5,166 bytes parent folder | download
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<html><head><title>Hat download page</title></head>
<body bgcolor="#ffffff">
<table><tr><td width=530>

<center>
  <img src="hat.gif" alt="Hat Logo"><br>
  <h1>Hat download page</h1>
</center>

<hr>

<p>
Since version 2.00, Hat has been distributed completely independently
of the nhc98 compiler.

<p>
The latest stable release of Hat is 2.02, available in various
distribution formats (listed below).  Important patches for the
stable version are also provided.  The development tree is at
version 2.03 and is only available by <a href="cvs.html">CVS</a>.
Bugfixes and important changes to the system are described in the <a
href="status.html">release notes</a> for each version.

<p>
Don't forget to read the <a href="requirements.html">system requirements</a>,
first, and then the <a href="install.html">installation instructions</a>.

<p>
<hr>

<h3>Distribution packages</h3>

<p>
<center>
<table width=450 border=1 cellspacing=0 cellpadding=2>
<tr bgcolor="#dddddd"><th>package</th> <th>machine</th>
                    <th>version</th> <th>date</th> <th>size</th></tr>

<tr bgcolor="#ddffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/hat-2.02.tar.gz">
      Sources (.tar.gz)</a></td>
  <td>any</td>
  <td><font color=red>2.02</font></td>
  <td>2003-03-26</td>
  <td>1.4Mb</td></tr>

<tr bgcolor="#ffffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/hat-2.00.tar.gz">
      Sources (.tar.gz)</a></td>
  <td>any</td>
  <td><font color=red>2.00</font></td>
  <td>2002-06-14</td>
  <td>1.5Mb</td></tr>

</table>
</center>

<p>
<em><b>Alternative locations:</b></em>
<br>
<b>Tarfiles:</b><br>
<a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/">
<tt>ftp://ftp.cs.york.ac.uk/pub/haskell/hat/</tt></a><br>
<a href="http://www.cs.york.ac.uk/fp/hat/hat-2.02.tar.gz">
<tt>http://www.cs.york.ac.uk/fp/hat/hat-2.00.tar.gz</tt></a><br>
<b>RPMs for RedHat:</b><br>
<a href="http://haskell.org/~petersen/rpms/i386/">
<tt>http://haskell.org/~petersen/rpms/i386/</tt></a><br>
<a href="http://haskell.org/~petersen/srpms/">
<tt>http://haskell.org/~petersen/srpms/</tt></a><br>
<b>FreeBSD port:</b><br>
<a href="http://freshports.org/devel/hat/">
<tt>http://freshports.org/devel/hat/</tt></a><br>
<b>Debian packages:</b><br>
<a href="ftp://ftp.debian.org/debian/pool/main/h/hat/">
<tt>ftp://ftp.debian.org/debian/pool/main/h/hat/</tt></a><br>

<hr>

<p>
<center>
<b>Known to work with at least the following compilers:</b><br>
<table border=1 cellspacing=0 cellpadding=2 bgcolor="#dddddd"><tr>
<td>nhc98</td><td>1.16</td>
</tr><tr>
<td>ghc</td><td>5.04.2</td>
</tr></table>
</center>

<p>

<p>
All the documents available on the web are included in the source package.
(* Please note that options/instructions for out-of-date packages
may differ slightly from the ones on the web.  Always follow the
instructions from the package itself.)

<p>
The <a href="install.html">installation instructions</a> should
be comprehensive, but if you have any problems, please mail
<a href="mailto:hat@haskell.org"><tt>hat@haskell.org</tt></a>.
(You do not need to be a member of the list to post to it.)

<br><br><hr>
<h3>Patches</h3>
<center>
<table width=450 border=1 cellspacing=0 cellpadding=2>
<tr bgcolor="#dddddd"><th>patch name</th> <th>patch to</th>
                    <th>date</th> <th>fixes what problem?</th></tr>

<tr bgcolor="#ddffdd">
  <td><a href="">
       none</a></td>
  <td>hat v2.02</td>
  <td>2003-02-26</td>
  <td>There are no patches yet for hat-2.02.
      </td></tr>

<tr bgcolor="#ffffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/patch-2.00-hmake3.06">
       hmake3.06</a></td>
  <td>hat v2.00</td>
  <td>2002-10-14</td>
  <td>Enable hat-trans to build with the latest version of hmake (3.06).
      </td></tr>

<tr bgcolor="#ffffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/patch-2.00-pp">
       pretty-printer</a></td>
  <td>hat v2.00</td>
  <td>2002-08-28</td>
  <td>Fix a pretty-printing bug in hat-trans, e.g. the transformed version
      of <tt>f = \ ~(a,b) -&gt; 1</tt> was printed wrongly.
      </td></tr>

<tr bgcolor="#ffffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/patch-2.00-ntohl">
       ntohl</a></td>
  <td>hat v2.00</td>
  <td>2002-07-12</td>
  <td>On some machines (e.g. Solaris), an extra #include is needed to
      get hold of the ntohl() macro.
      </td></tr>

<tr bgcolor="#ffffdd">
  <td><a href="ftp://ftp.cs.york.ac.uk/pub/haskell/hat/echo.c">
       script/echo.c</a></td>
  <td>hat v2.00</td>
  <td>2002-06-19</td>
  <td>This file is missing from the distribution tarfile.  You will
      only need it on platforms where the builtin `echo' command does
      not understand the `-n' option.
      </td></tr>

</table>
</center>


<br><br>


<hr>
<p>
The latest updates to these pages are available on the WWW from
<a href="http://www.haskell.org/hat/">
<tt>http://www.haskell.org/hat/</tt></a><br>
<a href="http://www.cs.york.ac.uk/fp/hat/">
<tt>http://www.cs.york.ac.uk/fp/hat/</tt></a>

<p>
This page last modified: 26th March 2003<br>
<a href="http://www.cs.york.ac.uk/fp/">
York Functional Programming Group</a><br>

</td></tr></table>
</body></html>