Skip to content

Commit

Permalink
Added dependency bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Oct 22, 2023
1 parent c7d62e9 commit 4f6957b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Frames.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@ library
build-depends: base >=4.10 && <4.20,
ghc-prim >=0.3 && <0.10,
primitive >= 0.6 && < 0.9,
text >= 1.1.1.0,
template-haskell,
transformers,
text >= 1.1.1.0 && < 2.1,
template-haskell >= 2.10 && < 2.20,
transformers >= 0.5.6 && < 0.6,
vector < 0.14,
readable >= 0.3.1,
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,
bytestring < 0.12,
vinyl >= 0.13.0 && < 0.15,
discrimination,
contravariant,
hashable,
deepseq >= 1.4,
containers,
discrimination >= 0.4 && < 0.6,
contravariant < 1.6,
hashable >= 1.3 && < 1.5,
deepseq >= 1.4 && < 1.5,
containers < 0.7,
vector-th-unbox >= 0.2.1.6
hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 4f6957b

Please sign in to comment.