From 35713c87df8e5ba9c7a5b3622d56bd729545938c Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Fri, 10 Nov 2023 15:15:45 +0100 Subject: [PATCH] Bump upper bounds on dependencies --- clash-lib/clash-lib.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clash-lib/clash-lib.cabal b/clash-lib/clash-lib.cabal index c0799ed463..ca9c52e7ab 100644 --- a/clash-lib/clash-lib.cabal +++ b/clash-lib/clash-lib.cabal @@ -151,7 +151,11 @@ Library base16-bytestring >= 0.1.1 && < 1.1, binary >= 0.8.5 && < 0.11, bytestring >= 0.10.0.2 && < 0.13, +<<<<<<< HEAD clash-prelude == 1.9.0, +======= + clash-prelude == 1.8.0, +>>>>>>> e13db4e4a (Bump upper bounds on dependencies) concurrent-supply >= 0.1.7 && < 0.2, containers >= 0.5.0.0 && < 0.7, cryptohash-sha256 >= 0.11 && < 0.12,