[DHG_packages] 01/01: Exclude ghc-testsuite from make-all

Joachim Breitner nomeata at moszumanska.debian.org
Tue Aug 11 13:21:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 6839b357627eea40e24f2fec0422a073beb1665a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Aug 11 15:21:14 2015 +0200

    Exclude ghc-testsuite from make-all
---
 src/make-all.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/make-all.hs b/src/make-all.hs
index fa1f329..efc2170 100644
--- a/src/make-all.hs
+++ b/src/make-all.hs
@@ -205,7 +205,7 @@ debFileNameToPackage filename =
     let [pkgname,_version,_] = splitOn "_" filename
     in pkgname
 
-defaultExcludedPackages = words "ghc haskell-devscripts haskell98-report haskell-platform"
+defaultExcludedPackages = words "ghc ghc-testsuite haskell-devscripts haskell98-report haskell-platform"
 newtype GetExcludedSources = GetExcludedSources () deriving (Show,Typeable,Eq,Hashable,Binary,NFData)
 
 newtype GetBuiltBy = GetBuiltBy String  deriving (Show,Typeable,Eq,Hashable,Binary,NFData)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list