[Pkg-haskell-commits] [SCM] Haskell Logging System Packaging branch, master, updated. debian/1.0.8-3-27-gb17a902

John Goerzen jgoerzen at complete.org
Tue Feb 16 22:18:50 UTC 2010


The following commit has been merged in the master branch:
commit 5a9ec4571355d37c40b78956c3a0449533ea7cb0
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Feb 16 16:14:18 2010 -0600

    Removed outdated installation info

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index f401d18..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,54 +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)
-
-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 mtl from
-   http://hackage.haskell.org/packages/unstable/mtl/
-
-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 d2df102..0000000
--- a/INSTALL-win.txt
+++ /dev/null
@@ -1,31 +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 as well as the mtl library.
-
-You can find mtl at http://hackage.haskell.org/packages/unstable/mtl/
-
-INSTALLATION
-------------
-
-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)

-- 
Haskell Logging System Packaging



More information about the Pkg-haskell-commits mailing list