diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-02-14 09:12:20 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-20 10:05:21 -0500 |
commit | aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4 (patch) | |
tree | afce3a2a2bfd9fbfb817353a217a92a1eab17547 /.gitignore | |
parent | eda456f6f7ff53d0237531bc7f60ea42a648b6f3 (diff) | |
download | haskell-aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4.tar.gz |
Bump ghc version to 8.9
Along the way, I discovered that `template-haskell.cabal` was
hard-coding the GHC version (in the form of its `ghc-boot-th` version
bounds), so I decided to make life a little simpler in the future by
generating `template-haskell.cabal` with autoconf.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b205b2441e..f56f6caedb 100644 --- a/.gitignore +++ b/.gitignore @@ -159,6 +159,7 @@ _darcs/ /libraries/plus.gif /libraries/synopsis.png /libraries/stamp/ +/libraries/template-haskell/template-haskell.cabal /linter.log /mk/are-validating.mk /mk/build.mk |