[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 15:15:52 UTC 2010


The following commit has been merged in the master branch:
commit fcad513e334334c9f8b544f6bb2360605f251747
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 1 03:36:44 2006 +0100

    Updated README files

diff --git a/INSTALL b/INSTALL
index ffe98d9..5ec3583 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ PREREQUISITES
 
 You must satisfy one or more of these major categories:
 
-1. GHC 6.4.2 or above (including cpphs)
+1. GHC 6.6 or above (including cpphs)
    (for GHC 6.4.0 or 6.4.1, use MissingH 0.14.3 or below)
 
 2. Hugs 2005xx or above, plus cpphs
diff --git a/INSTALL-win.txt b/INSTALL-win.txt
index fae0678..e2e68d1 100644
--- a/INSTALL-win.txt
+++ b/INSTALL-win.txt
@@ -9,7 +9,7 @@ see the INSTALL file instead of this one.
 PREREQUISITES
 -------------
 
-You need GHC 6.4 or above.
+You need GHC 6.6 or above.
 
 INSTALLATION
 ------------
@@ -17,11 +17,6 @@ INSTALLATION
 Before doing anything, open up a command prompt and cd into the
 top-level missingh directory.
 
-First, you need to run the script to prepare the package information
-for Windows.  To do that, run:
-
-  winprep
-
 Now, run the script to build the program:
 
   winbuild
diff --git a/Setup.hs b/Setup.hs
index ac58d9e..538369f 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -9,7 +9,6 @@ import Data.Maybe
 import System.Cmd
 
 missingHooks = defaultUserHooks {confHook = customConfHook}
-                                }
 
 customConfHook descrip flags =
     let mydescrip = case System.Info.os of

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list