[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.1-2-49-gdaefc69

John Goerzen jgoerzen at complete.org
Tue Feb 16 22:45:35 UTC 2010


The following commit has been merged in the master branch:
commit 81cc8a1adf3a08be88efd8533f79bdd8702fa6b7
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Feb 16 15:11:01 2010 -0600

    Removed outdated INSTALL files
    
    No longer needed in cabal/hackage era

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 6647dbb..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,60 +0,0 @@
-=========================================
-INSTALLATION INSTRUCTIONS
-For Linux, Unix, BSD, and POSIX platforms
-=========================================
-
-Please see the file INSTALL-win.txt for Windows platform instructions.
-
-PREREQUISITES
--------------
-
-You must satisfy one or more of these major categories:
-
-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
-
-   If you don't already have cpphs, get it from
-   http://www.cs.york.ac.uk/fp/cpphs/.
-
-If you need Cabal, get it from http://www.haskell.org/cabal.
-
-Debian users can install the packages cpphs and ghc6
-
-3. GHC extralibs collection, or the individual
-   libraries mentioned in MissingH.cabal
-
-   You can conveniently download them all in one package; see
-
-http://software.complete.org/missingh/wiki/RelatedSoftware#RequisiteLibraries
-
-
-INSTALLATION
-------------
-
-The first step is to generate your setup file.  To do that, run:
-
-  make setup
-
-Now, for GHC:
-
- ./setup configure
- ./setup build
- ./setup install
-
-Or, for Hugs:
-
- ./setup configure --hugs
- ./setup build
- ./setup install
- 
-Optionally, to run the unit tests, you'll need to install HUnit.  Then:
-
- make test-ghc6
-
-or:
-
- make test-hugs
-
-(More to come in this file)
diff --git a/INSTALL-win.txt b/INSTALL-win.txt
deleted file mode 100644
index 44edc92..0000000
--- a/INSTALL-win.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-=========================
-INSTALLATION INSTRUCTIONS
-For Microsoft platforms
-=========================
-
-For Unix, Linux, BSD, and other POSIX platforms (including Cygwin),
-see the INSTALL file instead of this one.
-
-PREREQUISITES
--------------
-
-You need GHC 6.6 or above plus the packages listed at
-http://software.complete.org/missingh/wiki/RelatedSoftware#RequisiteLibraries
-
-INSTALLATION
-------------
-
-Before doing anything, open up a command prompt and cd into the
-top-level missingh directory.
-
-Now, run the script to build the program:
-
-  winbuild
-
-To install, run:
-
-  setup install
-
-To compile and run the unit tests, run:
-
-  wintest
-
-(More to come in this file)
diff --git a/MissingH.cabal b/MissingH.cabal
index e263680..e4caed1 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -14,8 +14,6 @@ extra-source-files: COPYING,
                     testsrc/mime.types.test,
                     3rd-party-licenses/BSD,
                     3rd-party-licenses/LGPL-2.1,
-                    INSTALL,
-                    INSTALL-win.txt,
                     Makefile,
                     TODO,
                     examples/simplegrep.hs,

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list