From f8f5f4c7b89e3d1967e7b6157fa28b03b29ed8ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Jun 2022 00:21:41 +0800 Subject: [PATCH] revise .cabal --- blaze-html-0.9.1.2.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blaze-html-0.9.1.2.cabal b/blaze-html-0.9.1.2.cabal index a86b1ae..25f0f8c 100644 --- a/blaze-html-0.9.1.2.cabal +++ b/blaze-html-0.9.1.2.cabal @@ -1,6 +1,6 @@ Name: blaze-html Version: 0.9.1.2 -x-revision: 1 +x-revision: 2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3 @@ -20,7 +20,7 @@ Build-type: Simple Cabal-version: >= 1.8 Tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, - GHC == 8.6.3, GHC == 8.8.1 + GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1 Extra-source-files: CHANGELOG @@ -59,7 +59,7 @@ Library blaze-builder >= 0.3 && < 0.5, blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, - text >= 0.10 && < 1.3 + text >= 0.10 && < 2.1 Test-suite blaze-html-tests Type: exitcode-stdio-1.0 @@ -81,7 +81,7 @@ Test-suite blaze-html-tests Build-depends: HUnit >= 1.2 && < 1.7, - QuickCheck >= 2.4 && < 2.14, + QuickCheck >= 2.4 && < 2.15, containers >= 0.3 && < 0.7, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, @@ -91,7 +91,7 @@ Test-suite blaze-html-tests blaze-builder >= 0.3 && < 0.5, blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, - text >= 0.10 && < 1.3 + text >= 0.10 && < 2.1 Source-repository head Type: git