Author: Andreas Tille <tille@debian.org>
Last-Upate:   Fri Dec 18 09:25:03 2015 +0100
Description: allow later libghc-text versions

--- a/phybin.cabal
+++ b/phybin.cabal
@@ -75,7 +75,7 @@ Library
                      async, time,
                      filepath, 
                      graphviz >= 2999.16, 
-                     text >= 0.11 && < 0.12,
+                     text,
                      prettyclass, fgl,
                      HUnit, bytestring, 
                      -- For bytestring.lazy support:
@@ -101,7 +101,7 @@ Executable phybin
                      async, time,
                      filepath, 
                      graphviz >= 2999.16, 
-                     text >= 0.11 && < 0.12,
+                     text,
                      prettyclass, fgl,
                      HUnit, bytestring, 
                      -- For bytestring.lazy support:
@@ -129,7 +129,7 @@ Test-Suite test-phybin
                      async, time,
                      filepath, 
                      graphviz >= 2999.16, 
-                     text >= 0.11 && < 0.12,
+                     text,
                      prettyclass, fgl,
                      HUnit, bytestring, 
                      parsec >= 3.1.0, 
