bump deps' upper bounds for ghc 9.14.1
This commit is contained in:
parent
5220a1db27
commit
ae2daeb2bc
1 changed files with 4 additions and 4 deletions
|
|
@ -21,13 +21,13 @@ executable stellar-veritas
|
||||||
bytestring ^>= 0.12,
|
bytestring ^>= 0.12,
|
||||||
directory ^>= 1.3.9.0,
|
directory ^>= 1.3.9.0,
|
||||||
vector ^>= 0.13.2.0,
|
vector ^>= 0.13.2.0,
|
||||||
time ^>= 1.14,
|
time >= 1.14 && < 1.16,
|
||||||
containers ^>= 0.7,
|
containers >= 0.7 && < 0.8,
|
||||||
array ^>= 0.5.8.0,
|
array ^>= 0.5.8.0,
|
||||||
binary ^>= 0.8.9.3,
|
binary ^>= 0.8.9.3,
|
||||||
deepseq >= 1.5.0.0 && < 1.5.2.0,
|
deepseq >= 1.5.0.0 && < 1.6,
|
||||||
primitive ^>= 0.9.1.0,
|
primitive ^>= 0.9.1.0,
|
||||||
template-haskell >= 2.22.0.0 && < 2.24.0.0,
|
template-haskell >= 2.22.0.0 && < 2.25,
|
||||||
filepath ^>= 1.5.4.0,
|
filepath ^>= 1.5.4.0,
|
||||||
ghc-prim >= 0.12.0 && < 0.14,
|
ghc-prim >= 0.12.0 && < 0.14,
|
||||||
hs-source-dirs: src, bundled
|
hs-source-dirs: src, bundled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue