Skip to content

Commit

Permalink
Merge pull request #1500 from digitallyinduced/ihp-hsx-bounds
Browse files Browse the repository at this point in the history
Updated bounds for ihp-hsx package
  • Loading branch information
mpscholten committed Aug 31, 2022
2 parents 9ffd8e4 + 86cc778 commit b7f856d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ihp-hsx/ihp-hsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ source-repository head
library
default-language: Haskell2010
build-depends:
base >= 4.1 && <= 4.16
base >= 4.16.3 && < 4.17
, blaze-html >= 0.9.1 && < 0.10
, bytestring >= 0.10.12 && < 0.11
, text >= 1.2.4 && < 1.3
, 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
, template-haskell >= 2.16.0 && < 2.17
, blaze-markup >= 0.8.2 && < 0.9
, megaparsec >= 9.0.1 && < 9.3
, ghc >= 9.2.4 && < 9.3
, megaparsec >= 9.2.1 && < 9.3
, string-conversions >= 0.4.0 && < 0.5
, ghc
default-extensions:
OverloadedStrings
, NoImplicitPrelude
Expand Down

0 comments on commit b7f856d

Please sign in to comment.