From d0cae12633ed2bb46c44975676f6fa700d882a14 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 5 May 2020 06:02:11 -0400 Subject: Bump exceptions submodule so that dist-boot is .gitignore'd `exceptions` is a stage-0 boot library as of commit 30272412fa437ab8e7a8035db94a278e10513413, which means that building `exceptions` in a GHC tree will generate a `dist-boot` directory. However, this directory was not specified in `exceptions`' `.gitignore` file, which causes it to dirty up the current `git` working directory. Accordingly, this bumps the `exceptions` submodule to commit ghc/packages/exceptions@23c0b8a50d7592af37ca09beeec16b93080df98f, which adds `dist-boot` to the `.gitignore` file. --- libraries/exceptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/exceptions b/libraries/exceptions index fe4166f8d2..23c0b8a50d 160000 --- a/libraries/exceptions +++ b/libraries/exceptions @@ -1 +1 @@ -Subproject commit fe4166f8d23d8288ef2cbbf9e36118b6b99e0d7d +Subproject commit 23c0b8a50d7592af37ca09beeec16b93080df98f -- cgit v1.2.1