Skip to content

Commit

Permalink
ihp-hsx: jailbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jan 21, 2025
1 parent ab42fdb commit eb06b3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ihp-hsx/ihp-hsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ library
default-language: Haskell2010
build-depends:
base >= 4.17.0 && < 4.20
, blaze-html >= 0.9.1 && < 0.10
, bytestring >= 0.11.3 && < 0.13
, blaze-html
, bytestring
, template-haskell >= 2.19.0 && < 2.22
, text >= 2.0.1 && < 2.2
, containers >= 0.6.6 && < 0.7
, blaze-markup >= 0.8.2 && < 0.9
, text
, containers
, blaze-markup
, ghc >= 9.4.4 && < 9.9
, megaparsec >= 9.2.2 && < 9.7
, string-conversions >= 0.4.0 && < 0.5
, megaparsec
, string-conversions
, unordered-containers
default-extensions:
OverloadedStrings
Expand Down Expand Up @@ -102,9 +102,9 @@ test-suite ihp-hsx-tests
base >= 4.17.0 && < 4.20
, ihp-hsx
, hspec
, text >= 2.0.1 && < 2.2
, bytestring >= 0.11.3 && < 0.13
, containers >= 0.6.6 && < 0.7
, text
, bytestring
, containers
, blaze-markup
, megaparsec
, template-haskell
Expand Down

0 comments on commit eb06b3f

Please sign in to comment.