diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-29 09:54:14 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-12-04 16:37:18 -0500 |
commit | d6fccfb2ba087abfdd4a68b13165e1312f9af022 (patch) | |
tree | 64aa7fd3cda7314c166c154f906253dbfb7ca36c /libraries | |
parent | 595f60fd55cc0305883c8a0b382a4b9718a0e0d8 (diff) | |
download | haskell-d6fccfb2ba087abfdd4a68b13165e1312f9af022.tar.gz |
Bump version to 8.5ghc-8.5-start
The ghc-8.4 branch has now been cut. Updates the haddock submodule.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 887865d35e..7770a38405 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -52,7 +52,7 @@ Library build-depends: base >= 4.9 && < 4.12, - ghc-boot-th == 8.3, + ghc-boot-th == 8.5, pretty == 1.1.* ghc-options: -Wall |