From 7e1d3e7a9d9a5fd4b5f99f2d221934fe0fc3cb08 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 21 Nov 2007 10:22:48 +0000 Subject: [PATCH] remove lockFile.h from install-includes --- base.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.cabal b/base.cabal index 74ca3ba..d922f27 100644 --- a/base.cabal +++ b/base.cabal @@ -163,7 +163,7 @@ Library { cbits/selectUtils.c include-dirs: include includes: HsBase.h - install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h lockFile.h consUtils.h Typeable.h + install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h consUtils.h Typeable.h if os(windows) { extra-libraries: wsock32, msvcrt, kernel32, user32, shell32 } -- 1.7.10.4