diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-07-20 16:05:47 +0200 |
---|---|---|
committer | Simon Jakobi <simon.jakobi@gmail.com> | 2018-07-20 16:05:47 +0200 |
commit | e3b86a49b57f9b127d9c98e47e61fb15f58478e7 (patch) | |
tree | 1221ca9fd91af43f8f6e9ad4164d601bc73136aa /haddock.cabal | |
parent | ab9cb915c95a2436d76ed86a1e36f00ad92c1699 (diff) |
Revert "Revert "Bump GHC version to 8.6""
That commit didn't belong onto the ghc-8.6 branch.
This reverts commit acbaef3b9daf1d2dea10017964bf886e77a8e967.
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index af606894..29d3d114 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -78,7 +78,7 @@ executable haddock xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, ghc-boot, - ghc == 8.5.*, + ghc == 8.6.*, bytestring, parsec, text, |