From 51184c06e5372e014fcb3c5acc6bd4436da08895 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Mar 2021 07:47:39 -0800 Subject: [PATCH] Add bounds for GHC 9 packages --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 780fe0d8..a9285a16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -788,10 +788,10 @@ packages: "Digital Asset ": - ghc-lib - - ghc-lib-parser + - ghc-lib-parser < 9.0.1 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 "Shayne Fletcher ": - - ghc-lib-parser-ex + - ghc-lib-parser-ex < 9 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 "Karl Ostmo @kostmo": - perfect-hash-generator