[Pkg-haskell-commits] darcs: haskell-testpack: Restored Hugs support

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:01:51 UTC 2013


Thu Jul 12 20:35:12 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Restored Hugs support
  Ignore-this: fd27b7d2fbe8bf6e1d66f6b8f39b004c
  

    M ./control +17
    M ./rules -1 +1

Thu Jul 12 20:35:12 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Restored Hugs support
  Ignore-this: fd27b7d2fbe8bf6e1d66f6b8f39b004c
  
diff -rN -u old-haskell-testpack//control new-haskell-testpack//control
--- old-haskell-testpack//control	2013-01-04 15:01:50.462227401 +0000
+++ new-haskell-testpack//control	2013-01-04 15:01:51.750221426 +0000
@@ -23,6 +23,23 @@
  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 -rN -u old-haskell-testpack//rules new-haskell-testpack//rules
--- old-haskell-testpack//rules	2013-01-04 15:01:50.462227401 +0000
+++ new-haskell-testpack//rules	2013-01-04 15:01:51.750221426 +0000
@@ -82,7 +82,7 @@
 	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.





More information about the Pkg-haskell-commits mailing list