ghc-blaze-html/ghc-blaze-html-0.9.1.2-ghc-9.4.8.patch

14 lines
501 B
Diff
Raw Permalink Normal View History

--- blaze-html-0.9.1.2/blaze-html.cabal.orig 2023-12-02 20:11:52.070798997 +0100
+++ blaze-html-0.9.1.2/blaze-html.cabal 2023-12-02 20:11:59.025766646 +0100
@@ -57,8 +57,8 @@
base >= 4 && < 5,
blaze-builder >= 0.3 && < 0.5,
blaze-markup >= 0.8 && < 0.9,
- bytestring >= 0.9 && < 0.11,
- text >= 0.10 && < 1.3
+ bytestring >= 0.9 && < 0.12,
+ text >= 0.10 && < 2.1
Test-suite blaze-html-tests
Type: exitcode-stdio-1.0