diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-05-05 06:02:11 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-05-05 06:02:13 -0400 |
commit | d0cae12633ed2bb46c44975676f6fa700d882a14 (patch) | |
tree | 6b2f976e834249ebe8e55329cdf3ae3352fb9c45 | |
parent | 40c71c2cf38b4e134d81b7184a4d5e02949ae70c (diff) | |
download | haskell-wip/bump-exceptions-submod.tar.gz |
Bump exceptions submodule so that dist-boot is .gitignore'dwip/bump-exceptions-submod
`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 |