From b989f150636901a74c78d3438ce7d65f83715203 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Mon, 13 Aug 2007 04:59:53 -0700 Subject: [PATCH] Fixed issue with system_encoding.h not installing darcs-hash:20070813115953-a4fee-bc72c4d866a7f773d7414092f73013d211f6ae74 --- encoding.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/encoding.cabal b/encoding.cabal index 675a8f7..faf372f 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -12,7 +12,8 @@ Homepage: http://code.haskell.org/encoding/ Build-Depends: base, template-haskell Extensions: TemplateHaskell,CPP,ExistentialQuantification C-Sources: system_encoding.c -Includes: system_encoding.h +Include-Dirs: . +Install-Includes: system_encoding.h Exposed-Modules: Data.Encoding Data.Encoding.ASCII