From 70f4b3a03a47b38ee301f0da9c72d5a7ff0ed9b0 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sun, 10 Nov 2019 12:47:06 -0500
Subject: Bump to GHC 8.10

---
 haddock-api/haddock-api.cabal | 2 +-
 haddock.cabal                 | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 99140231..aac3dfd8 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -44,7 +44,7 @@ library
   -- this package typically supports only single major versions
   build-depends: base            ^>= 4.12.0
                , Cabal           ^>= 2.4.0
-               , ghc             ^>= 8.9
+               , ghc             ^>= 8.10
                , ghc-paths       ^>= 0.1.0.9
                , haddock-library ^>= 1.8.0
                , xhtml           ^>= 3000.2.2
diff --git a/haddock.cabal b/haddock.cabal
index d8b6f448..0ed722f4 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -64,8 +64,7 @@ executable haddock
 
   -- haddock typically only supports a single GHC major version
   build-depends:
-    -- FIXME: drop 4.12.0.0 once GHC HEAD updates to 4.13.0.0
-    base ^>= 4.12.0.0 || ^>= 4.13.0.0
+    base ^>= 4.13.0.0
 
   if flag(in-ghc-tree)
     hs-source-dirs: haddock-api/src,  haddock-library/src
@@ -80,7 +79,7 @@ executable haddock
       Cabal >= 1.10,
       ghc-boot,
       ghc-boot-th,
-      ghc == 8.9.*,
+      ghc == 8.10.*,
       bytestring,
       parsec,
       text,
-- 
cgit v1.2.3