Skip to content

Commit

Permalink
Relax dependency bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Oct 22, 2023
1 parent bda3dea commit 8f195f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Frames.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -66,24 +66,24 @@ 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,
pipes-bytestring >= 2.1.6 && < 2.2,
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
Expand Down

0 comments on commit 8f195f5

Please sign in to comment.