[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:21:43 UTC 2010


The following commit has been merged in the master branch:
commit 8539b56923908a9cb39509e87bd8b159f3a9bec3
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jul 12 21:35:12 2007 +0100

    Restored Hugs support

diff --git a/debian/control b/debian/control
index 575aeb6..4ca9800 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,23 @@ Description: Library of utility functions for Haskell, GHC6 package
  due to things Haskell is missing, or things that Haskell makes
  possible.
 
+Package: libhugs-missingh
+Section: devel
+Architecture: all
+Depends: ${haskell:Depends}, libhugs-filepath, libhugs-hslogger, libhugs-hunit, libhugs-mtl, libhugs-network, libhugs-parsec, libhugs-quickcheck, libhugs-unix
+Suggests: missingh-doc
+Description: Library of utility functions for Haskell, Hugs package 
+ MissingH is a library of all sorts of utility functions for
+ Haskell programmers.  It is written in pure Haskell and thus should
+ be extremely portable and easy to use.  It also has no prerequisites
+ save those that are commonly included with Haskell compilers.
+ .
+ MissingH is based on my MissingLib library for OCaml and contains some
+ of the same features.  However, some features are left behind because
+ they are already in Haskell or not needed here -- and others are added
+ due to things Haskell is missing, or things that Haskell makes
+ possible.
+
 Package: missingh-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 946a69c..fa03c32 100644
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ installdocs: builddocs
 	dh_clean -k
 	dh_installdirs -i
 
-	#dh_haskell -i  disabled since there is no more hugs
+	dh_haskell -i
 	#make test-hugs
 
 # Build architecture-independent files here.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list