diff --git a/stellar-veritas.cabal b/stellar-veritas.cabal index 6e0af8f..9259d33 100644 --- a/stellar-veritas.cabal +++ b/stellar-veritas.cabal @@ -25,11 +25,11 @@ executable stellar-veritas containers ^>= 0.7, array ^>= 0.5.8.0, binary ^>= 0.8.9.3, - deepseq ^>= 1.5.1.0, + deepseq >= 1.5.0.0 && < 1.5.2.0, primitive ^>= 0.9.1.0, - template-haskell ^>= 2.23.0.0, + template-haskell >= 2.22.0.0 && < 2.24.0.0, filepath ^>= 1.5.4.0, - ghc-prim ^>= 0.13.0, + ghc-prim >= 0.12.0 && < 0.14, hs-source-dirs: src, bundled default-language: Haskell2010 other-extensions: