From 733e39c9c5165407fc451aab625f44d3631b8300 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Sat, 7 Mar 2009 15:59:15 -0800 Subject: [PATCH] Fixed missing symbol error Ignore-this: 74737e29ca18f14d3c6368d0e6fd5266 darcs-hash:20090307235915-a4fee-1f487ef97eb85851eb1147866da28fa0a945165f --- encoding.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/encoding.cabal b/encoding.cabal index 4327ad0..18743f3 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -99,4 +99,10 @@ Library Other-Modules: Data.Encoding.Base Data.Encoding.Helper.Template - Data.Encoding.GB18030Data \ No newline at end of file + Data.Encoding.GB18030Data + Includes: + system_encoding.h + Install-Includes: + system_encoding.h + C-Sources: + system_encoding.c \ No newline at end of file