[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:20:17 UTC 2010
The following commit has been merged in the master branch:
commit 2b220b64436c142f94cab93c9047c2420f5c6d5b
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed Dec 6 23:58:45 2006 +0100
More dependency work
diff --git a/INSTALL b/INSTALL
index 5ec3583..d86d8f1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,13 +15,16 @@ You must satisfy one or more of these major categories:
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 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
+
INSTALLATION
------------
diff --git a/debian/control b/debian/control
index 153a4b8..3674a9f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: missingh
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev,
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-quickcheck, libhugs-hunit,
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev, libghc6-filepath-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-filepath, libhugs-hunit
Standards-Version: 3.6.2
Section: devel
@@ -26,7 +26,7 @@ Description: Library of utility functions for Haskell, GHC6 package
Package: libhugs-missingh
Section: devel
Architecture: all
-Depends: ${haskell:Depends}, libhugs-filepath, libhugs-quickcheck, libhugs-hunit
+Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hunit
Suggests: missingh-doc
Description: Library of utility functions for Haskell, Hugs package
MissingH is a library of all sorts of utility functions for
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list