Skip to content

Commit

Permalink
ihp-hsx: Updated bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 30, 2023
1 parent 95891d0 commit f0f8ef3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ihp-hsx/ihp-hsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0f8ef3

Please sign in to comment.