From 56f9554c0744f103ae2eafdd792f432e0fa242da Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Thu, 2 Jun 2011 10:15:34 -0700
Subject: [PATCH] Oops, missed a file, and cabal didn't tell me\!

---
 text.cabal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/text.cabal b/text.cabal
index 023937f8..b0d9da44 100644
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        0.11.1.0
+version:        0.11.1.1
 homepage:       https://bitbucket.org/bos/text
 bug-reports:    https://bitbucket.org/bos/text/issues
 synopsis:       An efficient packed Unicode text type.
@@ -92,6 +92,7 @@ library
     Data.Text.Fusion.Size
     Data.Text.IO.Internal
     Data.Text.Lazy.Builder.Functions
+    Data.Text.Lazy.Builder.RealFloat.Functions
     Data.Text.Lazy.Encoding.Fusion
     Data.Text.Lazy.Fusion
     Data.Text.Lazy.Search
-- 
GitLab