diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-01-06 13:46:35 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-01-06 14:25:01 +0000 |
commit | c409b6f30373535b6eed92e55d4695688d32be9e (patch) | |
tree | 66902f9691a157684430474cb6ab1228a5c9f1d5 /libraries/deepseq | |
parent | 39337a6d97c853a88fa61d6b12a04eb8c2e5984f (diff) | |
download | haskell-c409b6f30373535b6eed92e55d4695688d32be9e.tar.gz |
Remove redundant constraints from libraries, discovered by -fwarn-redundant-constraints
This patch affects libraries, and requires a submodule update.
Some other libraries, maintained by others, have redundant constraints,
namely:
containers
haskeline
transformers
binary
I have suppressed the redundant-constraint warnings by settings in
validate-settings.mk
(in this commit)
Diffstat (limited to 'libraries/deepseq')
m--------- | libraries/deepseq | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/deepseq b/libraries/deepseq -Subproject a79bee5f5da25353b88759cf5ed8d0df2b59946 +Subproject de1bc894de1ffdd34e6eb8be4fb9e057198060c |