diff --git a/ihp-hsx/ihp-hsx.cabal b/ihp-hsx/ihp-hsx.cabal index 382ac4f9a..c5a98594d 100644 --- a/ihp-hsx/ihp-hsx.cabal +++ b/ihp-hsx/ihp-hsx.cabal @@ -19,15 +19,15 @@ source-repository head library default-language: Haskell2010 build-depends: - base >= 4.16.3 && < 4.17 - , blaze-html >= 0.9.1 && < 0.10 - , bytestring >= 0.11.3 && < 0.12 - , template-haskell >= 2.18.0 && < 2.19 - , text >= 1.2.5 && < 1.3 - , containers >= 0.6.5 && < 0.7 - , blaze-markup >= 0.8.2 && < 0.9 - , ghc >= 9.2.4 && < 9.3 - , megaparsec >= 9.2.1 && < 9.3 + base >= 4.17.0 && < 4.18 + , blaze-html >= 0.9.1 && < 0.10 + , bytestring >= 0.11.3 && < 0.12 + , template-haskell >= 2.19.0 && < 2.20 + , text >= 2.0.1 && < 2.1 + , containers >= 0.6.6 && < 0.7 + , blaze-markup >= 0.8.2 && < 0.9 + , ghc >= 9.4.4 && < 9.5 + , megaparsec >= 9.2.2 && < 9.3 , string-conversions >= 0.4.0 && < 0.5 default-extensions: OverloadedStrings