From 7f28cf9f7774b0a8730715dfec03031e0106a212 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Fri, 9 Oct 2009 05:45:41 +0000
Subject: [PATCH] Add previously missed source files.

--HG--
extra : convert_revision : 722d3ebe943abca26452231487d735b8c357614b
---
 text.cabal | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/text.cabal b/text.cabal
index e002112c..29a15873 100644
--- a/text.cabal
+++ b/text.cabal
@@ -12,7 +12,20 @@ copyright:      2008-2009 Tom Harper, 2009 Bryan O'Sullivan
 category:       Data, Text
 build-type:     Simple
 cabal-version:  >= 1.2
-extra-source-files: README
+extra-source-files:
+    README
+    TODO
+    scripts/ApiCompare.hs
+    scripts/Arsec.hs
+    scripts/CaseFolding.hs
+    scripts/CaseFolding.txt
+    scripts/CaseMapping.hs
+    scripts/SpecialCasing.hs
+    scripts/SpecialCasing.txt
+    tests/Makefile
+    tests/Properties.hs
+    tests/QuickCheckUtils.hs
+    tests/SlowFunctions.hs
 
 flag developer
   description: operate in developer mode
-- 
GitLab