diff --git a/stellar-veritas.cabal b/stellar-veritas.cabal index 9259d33..857d750 100644 --- a/stellar-veritas.cabal +++ b/stellar-veritas.cabal @@ -21,13 +21,13 @@ executable stellar-veritas bytestring ^>= 0.12, directory ^>= 1.3.9.0, vector ^>= 0.13.2.0, - time ^>= 1.14, - containers ^>= 0.7, + time >= 1.14 && < 1.16, + containers >= 0.7 && < 0.8, array ^>= 0.5.8.0, 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, - template-haskell >= 2.22.0.0 && < 2.24.0.0, + template-haskell >= 2.22.0.0 && < 2.25, filepath ^>= 1.5.4.0, ghc-prim >= 0.12.0 && < 0.14, hs-source-dirs: src, bundled