Skip to content

Commit 6d2f756

Browse files
authored
Merge pull request #80 from rvl/cabal-package-bounds-lts-22
Expand cabal package bounds for hspec and primitive
2 parents 3226c03 + 0c06229 commit 6d2f756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex-vty.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
exception-transformers >= 0.4.0 && < 0.5,
5555
mmorph >= 1.1 && < 1.3,
5656
ordered-containers >= 0.2.2 && < 0.3,
57-
primitive >= 0.6.3 && < 0.8,
57+
primitive >= 0.6.3 && < 0.9,
5858
ref-tf >= 0.4.0 && < 0.6,
5959
reflex >= 0.9.2 && < 1,
6060
time >= 1.8.0 && < 1.13,
@@ -154,5 +154,5 @@ test-suite reflex-vty-test
154154
reflex-vty,
155155
text,
156156
extra,
157-
hspec >= 2.7 && < 2.11
157+
hspec >= 2.7 && < 2.12
158158
default-language: Haskell2010

0 commit comments

Comments
 (0)