
New patches:

[unrevert
anonymous**20061110200132] 
<
> {
hunk ./dh_haskell_prep 144
         if (is_handled_profiling($package)) {
 	    # substitute ${haskell:Depends} for profiling package
 	    my $pkgtype = type_of_package($package);
+	    if (($pkgtype eq "ghc5" || $pkgtype eq "ghc6")) {
+		$pkgtype = $pkgtype . "-prof";
+	    }
+
 	    delsubstvar($package, "haskell:Depends");
 	    addsubstvar($package, "haskell:Depends", 
 			$pkgtype, ">= " . upstream_version(version_of_type($pkgtype)));
hunk ./dh_haskell_prep 158
 	    isnative($package);
 	    addsubstvar($package, "haskell:Depends",
 			dev_name($package), "= " . $dh{VERSION});
-
-	    # add depends on ghc?-prof
-	    if (($pkgtype eq "ghc5" || $pkgtype eq "ghc6")) {
-		addsubstvar($package, "haskell:Depends",
-			    $pkgtype . "-prof");
-	    }
 	}
 }
 
}

Context:

[typos and spell checking
Arjan Oosting <arjanoosting@home.nl>**20061006232854] 
[add seperate perl module
Arjan Oosting <arjanoosting@home.nl>**20061006232514] 
[replace dh_haskell_buildinst with simple shell script
Arjan Oosting <arjanoosting@home.nl>**20061006214214] 
[change dh_haskell she-bang line
Arjan Oosting <arjanoosting@home.nl>**20061006212336] 
[move debhelper to Build-Depends
Arjan Oosting <arjanoosting@home.nl>**20061006212149] 
[TAG DEBIAN_haskell-devscripts_0.5.12
John Goerzen <jgoerzen@complete.org>**20060811230310] 
Patch bundle hash:
38699dd99dfd4e019127836924a753c43c4bca66
