From 553e9dd7f924644c000c0eeb196da2f3b823b89f Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Mon, 25 Aug 2008 23:13:17 +0000 Subject: [PATCH] add extra-source-files field --- base.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index d47e9fb..87dbddd 100644 --- a/base.cabal +++ b/base.cabal @@ -13,7 +13,9 @@ build-type: Configure extra-tmp-files: config.log config.status autom4te.cache include/HsBaseConfig.h - +extra-source-files: + config.guess config.sub install-sh + aclocal.m4 configure.ac configure Library { if impl(ghc) { -- 1.7.10.4