Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
text
Commits
97c90a48
Commit
97c90a48
authored
13 years ago
by
bos
Browse files
Options
Downloads
Patches
Plain Diff
Loosen constraints on deepseq
parent
d282223b
No related branches found
Branches containing commit
Tags
0.11.1.8
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/tests/text-tests.cabal
+2
-2
2 additions, 2 deletions
tests/tests/text-tests.cabal
text.cabal
+2
-2
2 additions, 2 deletions
text.cabal
with
4 additions
and
4 deletions
tests/tests/text-tests.cabal
+
2
−
2
View file @
97c90a48
...
@@ -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
This diff is collapsed.
Click to expand it.
text.cabal
+
2
−
2
View file @
97c90a48
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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment