From 97c90a48c9ab77935777207347159dc9aad09537 Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@serpentine.com>
Date: Tue, 1 Nov 2011 20:46:48 -0700
Subject: [PATCH] Loosen constraints on deepseq

---
 tests/tests/text-tests.cabal | 4 ++--
 text.cabal                   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/tests/text-tests.cabal b/tests/tests/text-tests.cabal
index 670cc1b5..f90640e5 100644
--- a/tests/tests/text-tests.cabal
+++ b/tests/tests/text-tests.cabal
@@ -38,7 +38,7 @@ executable text-tests
     text-tests,
     base                       >= 4   && < 5,
     bytestring                 >= 0.9 && < 0.10,
-    deepseq                    >= 1.1 && < 1.2,
+    deepseq                    >= 1.1,
     directory                  >= 1.1 && < 1.2,
     random                     >= 1.0 && < 1.1,
     QuickCheck                 >= 2.4 && < 2.5,
@@ -119,6 +119,6 @@ library
     array,
     base        >= 4   && < 5,
     bytestring  >= 0.9 && < 1.0,
-    deepseq     >= 1.1 && < 1.2,
+    deepseq     >= 1.1,
     integer-gmp >= 0.2 && < 0.3,
     ghc-prim    >= 0.2 && < 0.3
diff --git a/text.cabal b/text.cabal
index e7adc417..ce58ddad 100644
--- a/text.cabal
+++ b/text.cabal
@@ -1,5 +1,5 @@
 name:           text
-version:        0.11.1.7
+version:        0.11.1.8
 homepage:       https://github.com/bos/text
 bug-reports:    https://github.com/bos/text/issues
 synopsis:       An efficient packed Unicode text type.
@@ -150,7 +150,7 @@ test-suite tests
   build-depends:
     base                       >= 4   && < 5,
     bytestring                 >= 0.9 && < 0.10,
-    deepseq                    >= 1.1 && < 1.2,
+    deepseq                    >= 1.1,
     directory                  >= 1.0 && < 1.2,
     random                     >= 1.0 && < 1.1,
     QuickCheck                 >= 2.4 && < 2.5,
-- 
GitLab