Skip to content

Commit 0c06229

Browse files
committed
cabal: Allow primitive-0.8.*.*
- Changelog for 0.8.0.0: https://hackage.haskell.org/package/primitive-0.9.0.0/changelog#changes-in-version-0800 - Stackage LTS 22 version: https://www.stackage.org/lts-22.12/package/primitive-0.8.0.0 - There is a version primitive-0.9.0.0 release but I haven't tested this.
1 parent 14ae7da commit 0c06229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex-vty.cabal

+1-1
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,

0 commit comments

Comments
 (0)