diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-27 17:31:36 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-01 07:44:56 -0400 |
commit | 87295e6dfcd40c8f29367df09c3106280d4b0f09 (patch) | |
tree | 619d87782b2f74a42c3c15553532d824de705764 | |
parent | e07f9059e90ed7f0dd48a21e653943e16aec30a6 (diff) | |
download | haskell-87295e6dfcd40c8f29367df09c3106280d4b0f09.tar.gz |
Bump bytestring, process, and text submodules
Metric Decrease:
T5631
Metric Increase:
T18223
(cherry picked from commit 55fcee30cb3281a66f792e8673967d64619643af)
m--------- | libraries/process | 0 | ||||
-rw-r--r-- | testsuite/tests/warnings/should_compile/UnusedPackages.stderr | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libraries/process b/libraries/process -Subproject 5368b95f438514ee823b4ab71bf41c2ab201d08 +Subproject 2ee9f1d8412de2150cb636b524290ceceed682b diff --git a/testsuite/tests/warnings/should_compile/UnusedPackages.stderr b/testsuite/tests/warnings/should_compile/UnusedPackages.stderr index 3182989e70..f86b09b82a 100644 --- a/testsuite/tests/warnings/should_compile/UnusedPackages.stderr +++ b/testsuite/tests/warnings/should_compile/UnusedPackages.stderr @@ -2,7 +2,7 @@ <no location info>: warning: [-Wunused-packages] The following packages were specified via -package or -package-id flags, but were not needed for compilation: - - bytestring-0.11.2.0 (exposed by flag -package bytestring) + - bytestring-0.11.3.0 (exposed by flag -package bytestring) - ghc-9.3 (exposed by flag -package ghc) - process-1.6.14.0 (exposed by flag -package process) [1 of 2] Compiling Main ( UnusedPackages.hs, UnusedPackages.o ) |