From 8f195f52db101c8d90ab5a9b1475856cb9631fef Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Sun, 22 Oct 2023 12:53:37 -0400 Subject: [PATCH] Relax dependency bounds --- Frames.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Frames.cabal b/Frames.cabal index dfc7e28..c42e044 100644 --- a/Frames.cabal +++ b/Frames.cabal @@ -1,5 +1,5 @@ name: Frames -version: 0.7.4 +version: 0.7.4.1 synopsis: Data frames for working with tabular data files description: User-friendly, type safe, runtime efficient tooling for working with tabular data deserialized from @@ -66,10 +66,10 @@ library OverloadedStrings, TypeApplications build-depends: base >=4.10 && <4.20, ghc-prim >=0.3 && <0.10, - primitive >= 0.6 && < 0.9, - text >= 1.1.1.0 && < 2.1, - template-haskell >= 2.10 && < 2.20, - transformers >= 0.5.6 && < 0.6, + primitive >= 0.6 && < 0.10, + text >= 1.1.1.0 && < 2.2, + template-haskell >= 2.10 && < 2.22, + transformers >= 0.5.6 && < 0.7, vector < 0.14, readable >= 0.3.1 && < 0.4, pipes >= 4.1 && < 5, @@ -77,13 +77,13 @@ library pipes-group >= 1.0.8 && < 1.1, pipes-parse >= 3.0 && < 3.1, pipes-safe >= 2.2.6 && < 2.4, - bytestring < 0.12, + bytestring < 0.13, vinyl >= 0.13.0 && < 0.15, discrimination >= 0.4 && < 0.6, contravariant < 1.6, hashable >= 1.3 && < 1.5, - deepseq >= 1.4 && < 1.5, - containers < 0.7, + deepseq >= 1.4 && < 1.6, + containers < 0.8, vector-th-unbox >= 0.2.1.6 && < 0.3 hs-source-dirs: src default-language: Haskell2010