From 1700500d4e6048207a9e96cf5773ef25feff67fd Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Sun, 22 Oct 2023 18:05:37 -0400 Subject: [PATCH] Bump ghc-prim bounds --- Frames.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frames.cabal b/Frames.cabal index c42e044..5e1fa9b 100644 --- a/Frames.cabal +++ b/Frames.cabal @@ -1,5 +1,5 @@ name: Frames -version: 0.7.4.1 +version: 0.7.4.2 synopsis: Data frames for working with tabular data files description: User-friendly, type safe, runtime efficient tooling for working with tabular data deserialized from @@ -65,7 +65,7 @@ library UndecidableInstances, ScopedTypeVariables, OverloadedStrings, TypeApplications build-depends: base >=4.10 && <4.20, - ghc-prim >=0.3 && <0.10, + ghc-prim >=0.3 && <0.12, primitive >= 0.6 && < 0.10, text >= 1.1.1.0 && < 2.2, template-haskell >= 2.10 && < 2.22,