From b4b524cf9ef28bdc02733256846f02b3c3c04327 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 00:30:42 +0100 Subject: [PATCH] reflex-dom: bump base bound --- reflex-dom/reflex-dom.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex-dom/reflex-dom.cabal b/reflex-dom/reflex-dom.cabal index 55caaca3..46a9ca29 100644 --- a/reflex-dom/reflex-dom.cabal +++ b/reflex-dom/reflex-dom.cabal @@ -71,7 +71,7 @@ library cpp-options: -DANDROID build-tools: hsc2hs build-depends: - base >= 4.7 && < 4.15, + base >= 4.7 && < 4.16, bytestring == 0.10.*, reflex >= 0.8 && < 1, reflex-dom-core >= 0.6.1.0 && <0.9,