From 8dfa76f33f91156dfbbd813e14ca6b1935430fbb Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Wed, 11 Jan 2023 09:47:23 -0500 Subject: [PATCH] Minimum bound for data-array-byte --- text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.cabal b/text.cabal index a8b51a1e..904e237c 100644 --- a/text.cabal +++ b/text.cabal @@ -139,7 +139,7 @@ library -- Before GHC 9.4, Data.Array.Byte is not in base if impl(ghc < 9.4) - build-depends: data-array-byte + build-depends: data-array-byte >= 0.1.0.1 exposed-modules: Data.Text