From 2e2c5ef8e13876b2c5af8a791edb8d1a32ee2fcf Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Thu, 4 Mar 2021 13:35:25 +0100 Subject: [PATCH] Haddock upper bound (#1492) * Add haddock upper bound * Update index to get haddock last version (cherry picked from commit d519c3c2a53e7cd41ce61f6f737a6d4acce1cb14) --- cabal.project | 2 +- ghcide/ghcide.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index cf3bedeeaa..41e26c6050 100644 --- a/cabal.project +++ b/cabal.project @@ -24,7 +24,7 @@ package ghcide write-ghc-environment-files: never -index-state: 2021-02-19T20:48:27Z +index-state: 2021-03-02T21:23:14Z allow-newer: active:base, diff --git a/ghcide/ghcide.cabal b/ghcide/ghcide.cabal index c9d36ae806..137271bad5 100644 --- a/ghcide/ghcide.cabal +++ b/ghcide/ghcide.cabal @@ -55,7 +55,7 @@ library fingertree, ghc-exactprint, Glob, - haddock-library >= 1.8, + haddock-library >= 1.8 && < 1.10, hashable, hie-compat ^>= 0.1.0.0, hls-plugin-api ^>= 1.0.0.0,