From c650754a3c25325938f2c46557bb87237b5a9254 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Tue, 20 Apr 2021 00:59:19 +0530 Subject: [PATCH] Bump upper bound of ghc-prim --- unicode-transforms.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 293d29c..24a9a97 100644 --- a/unicode-transforms.cabal +++ b/unicode-transforms.cabal @@ -98,7 +98,7 @@ library base >=4.7 && <5 , bytestring >=0.9 && <0.12 , text >=1.1.1 && <1.3 - , ghc-prim >= 0.2 && < 0.7 + , ghc-prim >= 0.2 && < 0.8 if flag(dev) ghc-options: -O0 else