[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:55:16 UTC 2010


The following commit has been merged in the master branch:
commit c87a81b7007d1cb469229aaad08d5344c7e94cac
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Feb 4 04:59:32 2005 +0100

    Added more info to README
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-202)

diff --git a/ChangeLog b/ChangeLog
index 86743b7..b6556e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-02-03 21:59:32 GMT	John Goerzen <jgoerzen at complete.org>	patch-202
+
+    Summary:
+      Added more info to README
+    Revision:
+      missingh--head--0.7--patch-202
+
+
+    modified files:
+     ChangeLog README
+
+
 2005-02-03 21:29:55 GMT	John Goerzen <jgoerzen at complete.org>	patch-201
 
     Summary:
diff --git a/README b/README
index 7cffb35..103293c 100644
--- a/README
+++ b/README
@@ -179,6 +179,12 @@ Usage in programs
 You can simply use -package MissingH in most compilers to enable
 this library.  
 
+Hugs users will need to use -98 +o to use certain modules.
+
+GHC users will need to use this for certain modules:
+ -fallow-overlapping-instances -fallow-undecidable-instances \
+ -fglasgow-exts
+
 The API docs can be built with "make doc", or you can find them at:
 
 http://quux.org/devel/missingh

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list