diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 11:53:57 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-25 22:52:26 -0400 |
commit | 4c2127c4837d7e2588399c06b56b45b2d4c2f9b0 (patch) | |
tree | 8275789c49d6bdaae996fa25d25efc088dce529d /ghc.mk | |
parent | ff2b99e19fc4245c171edd399f0e18301e0ba535 (diff) | |
download | haskell-4c2127c4837d7e2588399c06b56b45b2d4c2f9b0.tar.gz |
Bump containers submodule to v0.6.2.1
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ PACKAGES_STAGE1 += filepath PACKAGES_STAGE1 += array PACKAGES_STAGE1 += deepseq PACKAGES_STAGE1 += bytestring -PACKAGES_STAGE1 += containers +PACKAGES_STAGE1 += containers/containers ifeq "$(Windows_Target)" "YES" PACKAGES_STAGE1 += Win32 |