From 2edb5b10d32bcd4eea7ec140f7ce694cbfa43e87 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sat, 28 Dec 2024 14:29:16 +0000 Subject: [PATCH] Add upper bound to base Summary: Test Plan: --- shake.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shake.cabal b/shake.cabal index 06adfef6..5063f3a4 100644 --- a/shake.cabal +++ b/shake.cabal @@ -90,7 +90,7 @@ library default-language: Haskell2010 hs-source-dirs: src build-depends: - base >= 4.9, + base >= 4.9 && < 5, binary, bytestring, deepseq >= 1.1,