diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-05-05 06:02:11 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-08 15:30:04 -0400 |
commit | aa318338b753ab6e9db44cf2c2d285827eb35a03 (patch) | |
tree | 0dc0a20d649333fa67b0d433a793a23fa2eaf3c6 | |
parent | 9d97f4b5ddcfdf32b52734188f595d9a11fd4879 (diff) | |
download | haskell-aa318338b753ab6e9db44cf2c2d285827eb35a03.tar.gz |
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.
m--------- | libraries/exceptions | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/exceptions b/libraries/exceptions -Subproject fe4166f8d23d8288ef2cbbf9e36118b6b99e0d7 +Subproject 23c0b8a50d7592af37ca09beeec16b93080df98 |