[Pkg-haskell-commits] darcs: haskell-testpack: Disabled Hugs building

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


Sat Jun 16 00:06:21 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Disabled Hugs building
  Ignore-this: e98d28801ea6b386cd38178a61002589
  

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

Sat Jun 16 00:06:21 UTC 2007  John Goerzen <jgoerzen at complete.org>
  * Disabled Hugs building
  Ignore-this: e98d28801ea6b386cd38178a61002589
  
diff -rN -u old-haskell-testpack//control new-haskell-testpack//control
--- old-haskell-testpack//control	2013-01-04 15:01:41.118223220 +0000
+++ new-haskell-testpack//control	2013-01-04 15:01:42.727227256 +0000
@@ -23,23 +23,6 @@
  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:41.118223220 +0000
+++ new-haskell-testpack//rules	2013-01-04 15:01:42.723221714 +0000
@@ -82,7 +82,7 @@
 	dh_clean -k
 	dh_installdirs -i
 
-	dh_haskell -i
+	#dh_haskell -i  disabled since there is no more hugs
 	#make test-hugs
 
 # Build architecture-independent files here.





More information about the Pkg-haskell-commits mailing list