summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-11 19:43:37 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-13 17:01:21 -0500
commitdd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a (patch)
tree46bceb45f2f238e8adfc1c3ae8e8a8a0f2adb6c0 /.gitmodules
parenta06cfb59d21c9cf6f53a8b1acedb075988a6c5ca (diff)
downloadhaskell-dd49b3f079a4ff59fd9ed0a8ea5585f0fcc0e56a.tar.gz
Bump Haskeline and add exceptions as boot library
Haskeline now depends upon exceptions. See #16752.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index d6a02eb385..7f151f685c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -107,3 +107,6 @@
[submodule "gmp-tarballs"]
path = libraries/integer-gmp/gmp/gmp-tarballs
url = https://gitlab.haskell.org/ghc/gmp-tarballs.git
+[submodule "libraries/exceptions"]
+ path = libraries/exceptions
+ url = https://gitlab.haskell.org/ghc/packages/exceptions