From aa79f65c06fbe2bbca08de1d02b30ee4fa53d1b4 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 14 Feb 2019 09:12:20 -0500 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.1