Skip to content
Snippets Groups Projects
Commit 97c90a48 authored by bos's avatar bos
Browse files

Loosen constraints on deepseq

parent d282223b
No related branches found
Tags 0.11.1.8
No related merge requests found
...@@ -38,7 +38,7 @@ executable text-tests ...@@ -38,7 +38,7 @@ executable text-tests
text-tests, text-tests,
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 0.10, bytestring >= 0.9 && < 0.10,
deepseq >= 1.1 && < 1.2, deepseq >= 1.1,
directory >= 1.1 && < 1.2, directory >= 1.1 && < 1.2,
random >= 1.0 && < 1.1, random >= 1.0 && < 1.1,
QuickCheck >= 2.4 && < 2.5, QuickCheck >= 2.4 && < 2.5,
...@@ -119,6 +119,6 @@ library ...@@ -119,6 +119,6 @@ library
array, array,
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 1.0, bytestring >= 0.9 && < 1.0,
deepseq >= 1.1 && < 1.2, deepseq >= 1.1,
integer-gmp >= 0.2 && < 0.3, integer-gmp >= 0.2 && < 0.3,
ghc-prim >= 0.2 && < 0.3 ghc-prim >= 0.2 && < 0.3
name: text name: text
version: 0.11.1.7 version: 0.11.1.8
homepage: https://github.com/bos/text homepage: https://github.com/bos/text
bug-reports: https://github.com/bos/text/issues bug-reports: https://github.com/bos/text/issues
synopsis: An efficient packed Unicode text type. synopsis: An efficient packed Unicode text type.
...@@ -150,7 +150,7 @@ test-suite tests ...@@ -150,7 +150,7 @@ test-suite tests
build-depends: build-depends:
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 0.10, bytestring >= 0.9 && < 0.10,
deepseq >= 1.1 && < 1.2, deepseq >= 1.1,
directory >= 1.0 && < 1.2, directory >= 1.0 && < 1.2,
random >= 1.0 && < 1.1, random >= 1.0 && < 1.1,
QuickCheck >= 2.4 && < 2.5, QuickCheck >= 2.4 && < 2.5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment