Skip to content

Commit

Permalink
Allow deepseq-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Dec 30, 2023
1 parent 737a216 commit bdb0490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reactive-banana/reactive-banana.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Library
default-language: Haskell98
hs-source-dirs: src

build-depends: base >= 4.10 && < 5,
deepseq >= 1.4.3.0 && < 1.5,
build-depends: base >= 4.2 && < 5,
deepseq >= 1.4.3.0 && < 1.6,
semigroups >= 0.13 && < 0.21,
containers >= 0.5 && < 0.7,
transformers >= 0.2 && < 0.7,
Expand Down Expand Up @@ -102,7 +102,7 @@ Test-Suite unit
Reactive.Banana.Test.Low.GraphGC
build-depends: base >= 4.7 && < 5,
containers,
deepseq >= 1.4.3.0 && < 1.5,
deepseq >= 1.4.3.0 && < 1.6,
hashable,
pqueue,
reactive-banana,
Expand Down

0 comments on commit bdb0490

Please sign in to comment.