summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-12 11:53:57 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-25 22:52:26 -0400
commit4c2127c4837d7e2588399c06b56b45b2d4c2f9b0 (patch)
tree8275789c49d6bdaae996fa25d25efc088dce529d /ghc.mk
parentff2b99e19fc4245c171edd399f0e18301e0ba535 (diff)
downloadhaskell-4c2127c4837d7e2588399c06b56b45b2d4c2f9b0.tar.gz
Bump containers submodule to v0.6.2.1
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 7cddfa76d7..21cb0a2397 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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