Skip to content

Commit

Permalink
Merge pull request #80 from rvl/cabal-package-bounds-lts-22
Browse files Browse the repository at this point in the history
Expand cabal package bounds for hspec and primitive
  • Loading branch information
ali-abrar authored May 25, 2024
2 parents 3226c03 + 0c06229 commit 6d2f756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflex-vty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
exception-transformers >= 0.4.0 && < 0.5,
mmorph >= 1.1 && < 1.3,
ordered-containers >= 0.2.2 && < 0.3,
primitive >= 0.6.3 && < 0.8,
primitive >= 0.6.3 && < 0.9,
ref-tf >= 0.4.0 && < 0.6,
reflex >= 0.9.2 && < 1,
time >= 1.8.0 && < 1.13,
Expand Down Expand Up @@ -154,5 +154,5 @@ test-suite reflex-vty-test
reflex-vty,
text,
extra,
hspec >= 2.7 && < 2.11
hspec >= 2.7 && < 2.12
default-language: Haskell2010

0 comments on commit 6d2f756

Please sign in to comment.