[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 14:42:39 UTC 2010


The following commit has been merged in the master branch:
commit 5b6ce33e8ae9e68098c20df9add31e9fcebbf53c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Oct 5 23:56:50 2004 +0100

    Fixed Cabalized stuff
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-24)

diff --git a/Makefile b/Makefile
index c5d0bc8..938c87c 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ doc:
 	haddock -t 'MissingH API Manual' -h -o html $(SOURCES)
 
 clean:
+	-./setup clean
 	-rm -rf html `find . -name "*.o"` `find . -name "*.hi"` \
-		`find . -name "*~"` *.a setup
+		`find . -name "*~"` *.a setup dist
 
diff --git a/Setup.description b/Setup.description
index 2003939..bb8446f 100644
--- a/Setup.description
+++ b/Setup.description
@@ -5,5 +5,5 @@ License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Alpha
 Copyright: Copyright (c) 2004 John Goerzen
-Exposed-Modules: MissingH.Listutil, MissingH.Strutil, MissingH.IOutil
+Modules: MissingH.Listutil, MissingH.Strutil, MissingH.IOutil
 HS-Source-Dir: libsrc
diff --git a/MissingH/IOutil.hs b/libsrc/MissingH/IOutil.hs
similarity index 100%
rename from MissingH/IOutil.hs
rename to libsrc/MissingH/IOutil.hs
diff --git a/MissingH/Listutil.hs b/libsrc/MissingH/Listutil.hs
similarity index 100%
rename from MissingH/Listutil.hs
rename to libsrc/MissingH/Listutil.hs
diff --git a/MissingH/Strutil.hs b/libsrc/MissingH/Strutil.hs
similarity index 100%
rename from MissingH/Strutil.hs
rename to libsrc/MissingH/Strutil.hs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list