Skip to content

Commit 9e0304a

Browse files
committed
README: Remove outdated information and broken links
1 parent aa5cd04 commit 9e0304a

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

README

+2-46
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ What is MissingH?
33
-------------------------
44

55
It's a collection of Haskell-related utilities. It is an extension of my
6-
earlier work developing MissingLib for OCaml. You can download
7-
MissingH from http://software.complete.org/missingh. There is a mirror, with
8-
a few days' lag, at http://ftp.debian.org/debian/pool/main/m/missingh.
6+
earlier work developing MissingLib for OCaml.
97

108
-------------------------
119
Major Features
@@ -193,53 +191,11 @@ library and is designed to install without complexity on a variety of
193191
systems. It could also easily be embedded within your own source
194192
trees so that users need not have it installed beforehand.
195193

196-
** THIS IS CURRENTLY BETA-QUALITY CODE; MAJOR API FLUCTUATIONS MAY YET OCCUR.
197-
198-
-------------------------
199-
Quick Start
200-
-------------------------
201-
202-
See the file INSTALL (Linux/Unix/BSD/Posix) or INSTALL-win.txt (Windows).
203-
204194
-------------------------
205-
Usage in programs
206-
-------------------------
207-
208-
You can simply use -package MissingH in most compilers to enable
209-
this library.
210-
211-
Hugs users will need to use -98 +o to use certain modules.
212-
213-
GHC users will need to use this for certain modules:
214-
-fallow-overlapping-instances -fallow-undecidable-instances \
215-
-fglasgow-exts
216-
217-
The API docs can be built with "make doc", or you can find them at:
218-
219-
http://quux.org/devel/missingh
220-
221-
-------------------------
222-
Author & Homepage
195+
Author
223196
-------------------------
224197

225198
MissingH was written by John Goerzen <jgoerzen@complete.org>.
226199

227-
The latest version may be obtained at:
228-
229-
http://software.complete.org/missingh
230-
231-
Documentation is also available on that page.
232-
233-
This program is copyrighted under the terms of the GNU General Public License.
234-
See the COPYRIGHT and COPYING files for more details.
235-
236-
If the GPL is unacceptable for your uses, please e-mail me; alternative
237-
terms can be negotiated for your project.
238-
239-
Certain code in MissingH was written by third parties. Licenses of
240-
these components may vary and are stated in COPYRIGHT. All code in
241-
MissingH is GPL-compatible, and the work as a whole may be distributed
242-
as a GPL'd work.
243-
244200
arch-tag: general information
245201

0 commit comments

Comments
 (0)